https://github.com/azmainadel/auth-service-go
Authentication service written in Go
https://github.com/azmainadel/auth-service-go
auth bcrypt gin-gonic go gorm-orm service test-project uuid
Last synced: about 1 month ago
JSON representation
Authentication service written in Go
- Host: GitHub
- URL: https://github.com/azmainadel/auth-service-go
- Owner: azmainadel
- Created: 2023-05-17T08:02:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T05:50:51.000Z (about 1 year ago)
- Last Synced: 2025-04-06T17:15:19.692Z (about 1 year ago)
- Topics: auth, bcrypt, gin-gonic, go, gorm-orm, service, test-project, uuid
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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