- 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)