Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 376 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 376 Bytes

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)