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 🤖
- Host: GitHub
- URL: https://github.com/lorezi/go-admin
- Owner: lorezi
- Created: 2021-04-07T16:14:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T11:05:18.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T11:51:43.755Z (over 1 year ago)
- Topics: docker, fiber-framework, golang, gorm, jwt, mysql, validator
- Language: Go
- Homepage:
- Size: 25.6 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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