https://github.com/emilioddev/logigin
Simple Login/Register API
https://github.com/emilioddev/logigin
api api-rest gin-framework golang mysql
Last synced: 12 months ago
JSON representation
Simple Login/Register API
- Host: GitHub
- URL: https://github.com/emilioddev/logigin
- Owner: EmiliodDev
- Created: 2024-07-16T04:41:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T19:32:11.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:49:53.857Z (about 1 year ago)
- Topics: api, api-rest, gin-framework, golang, mysql
- Language: Go
- Homepage:
- Size: 29.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LogiGin
LogiGin is a robust (not now) and efficient API designed for user registration and login functionalities. Built entirely in Go using the Gin framework, LogiGin offers a seamless and secure way to handle user authentication and management. The API connects to a MySQL database and supports database migrations using [Migrate](https://github.com/golang-migrate/migrate/tree/v4.17.0/cmd/migrate) package.
## Key Features
- User Registration and Login: Handles user sign-up and sign-in processes with ease.
- MySQL Database Integration: Stores user data securely in a MySQL database.
- Database Migrations: Utilizes Go's Migrate package for smooth and efficient database schema migrations.
- JWT Authentication: Provides secure authentication through JSON Web Tokens (JWT), ensuring safe access and user session management.
- Unit and Integration Testing: Includes comprehensive tests to ensure the reliability and correctness of the API.