Skip to content

I done it to train myself and learn Go language programming. I use Gin like go framework and mongodb like database

Notifications You must be signed in to change notification settings

Miguel-Florian/RestApi-Test-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

I done it to train myself and learn Go language programming. I use Gin like go framework and mongodb like database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages