Skip to content

azmainadel/auth-service-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth Service in Go

Simple auth service for learning purposes written in Go.

Running Locally

  1. Install Go
  2. Clone the repo
  3. Run go run authentication
  4. App runs on localhost:8080

Routes

  • /auth/login
  • /auth/register

Testing the APIs on VS Code

  1. Install the extension REST Client on VS Code
  2. Open the files under /tests/api and run the requests

Packages Used

  • Gin
  • GORM
  • UUID
  • Bcrypt

Releases

No releases published

Packages

No packages published

Languages