Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguel-florian/restapi-test-golang
I done it to train myself and learn Go language programming. I use Gin like go framework and mongodb like database
https://github.com/miguel-florian/restapi-test-golang
api-rest crud-operation gin-gonic golang golang-api mongodb mongoose
Last synced: 5 days ago
JSON representation
I done it to train myself and learn Go language programming. I use Gin like go framework and mongodb like database
- Host: GitHub
- URL: https://github.com/miguel-florian/restapi-test-golang
- Owner: Miguel-Florian
- Created: 2022-05-07T02:00:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T18:06:37.000Z (over 2 years ago)
- Last Synced: 2024-11-08T12:59:19.119Z (7 days ago)
- Topics: api-rest, crud-operation, gin-gonic, golang, golang-api, mongodb, mongoose
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Steps
- Build all routes with routers with the Gin package (done)
- Etablish the controllers functions (done)
- contruct ours data models and connect them with mongoDB (done)
- Write the logic of controllers functions (done)
- Test the results with the json format (done)
- Write Jwt token for authentication(done)
- Write an authorization func for each route group (done)