Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)