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
- Host: GitHub
- URL: https://github.com/cunkz/go-product
- Owner: cunkz
- License: mit
- Created: 2023-04-01T09:30:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T01:18:20.000Z (9 months ago)
- Last Synced: 2025-01-25T08:26:31.417Z (4 months ago)
- Topics: fiber, fiber-framework, go, golang, postgres, postgresql
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)