An open API service indexing awesome lists of open source software.

https://github.com/cunkz/go-product

Example Golang API + Postgresql using Fiber
https://github.com/cunkz/go-product

fiber fiber-framework go golang postgres postgresql

Last synced: 2 months ago
JSON representation

Example Golang API + Postgresql using Fiber

Awesome Lists containing this project

README

        

# Go Lab - Product Service

to run hit following command :
```
go run bin/app/main.go
```

if you have nodemon to watch file changes you can hit following command :
```
nodemon -e go --signal SIGTERM --exec 'go' run ./bin/app/main.go
```

### Documentation

You can check our documentation in this following url : [doclink](https://documenter.getpostman.com/view/3464011/2sA3Qs8WoS)