Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chunghha/fiber-demo
gofiber API demo
https://github.com/chunghha/fiber-demo
docker fiber golang
Last synced: about 12 hours ago
JSON representation
gofiber API demo
- Host: GitHub
- URL: https://github.com/chunghha/fiber-demo
- Owner: chunghha
- Created: 2021-12-26T14:00:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T20:30:26.000Z (about 1 year ago)
- Last Synced: 2024-04-13T03:31:45.191Z (7 months ago)
- Topics: docker, fiber, golang
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run locally
```bash
go run main.go
```## Run on local Docker
```bash
sh run.sh
```## Swagger
```bash
go get -u github.com/swaggo/swag/cmd/swag
swag init
```open [swagger](http://localhost:3000/swagger/index.html)
## Credits
[tutorial-go-fiber-rest-api](https://github.com/koddr/tutorial-go-fiber-rest-api)