Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)