UAuth is a user authentication system that allows you to create, update, delete, and authenticate users. A simple side project to demonstrate the use of user management and authentication using restful APIs.
- Create a new user
- Update user details
- Delete a user
- Authenticate a user
- Go
- Fiber
- PostgreSQL
- Redis
- Docker
- Docker Compose
- Clone the repository
- Run
docker-compose up
to start the application - The application will be available at
http://localhost:8080
API documentation is coming soon.
This project is licensed under the MIT License - see the LICENSE file for details.