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

https://github.com/lorezi/go-admin

Go RESTful API application with fiber framework 🤖
https://github.com/lorezi/go-admin

docker fiber-framework golang gorm jwt mysql validator

Last synced: about 2 months ago
JSON representation

Go RESTful API application with fiber framework 🤖

Awesome Lists containing this project

README

          

### Golang REST API example With Fiber 🚀

#### 👨‍💻 Full list what has been used:

- [fiber](https://github.com/gofiber/fiber) - Web framework
- [gorm](https://github.com/go-gorm/gorm) - Database ORM.
- [mysql](https://github.com/go-gorm/mysql) - Mysql driver and toolkit for Gorm
- [validator](https://github.com/go-playground/validator) - Go Struct and Field validation
- [jwt-go](https://github.com/dgrijalva/jwt-go) - JSON Web Tokens (JWT)
- [testify](https://github.com/stretchr/testify) - Testing toolkit
- [Docker](https://www.docker.com/) - Docker