- Endpoint (REST API Swagger): http://localhost:8080/swagger/index.html
Used libraries:
- User Auth functionality (Signup, Login, Forgot Password, Reset Password)
- JWT Authentication
- REST API
- Gorm (Golang SQL DB ORM) with Postgres implementation and auto migration
- Configs via environmental variables
- Email notification (Welcome email, Reset password email)
- Swagger REST API documentation
- Unit tests
- Dependency injection
- I18n
- Sms service
cp .env.exemple .env
docker-compose up --build
See Swagger Doc http://localhost:3000/swagger/index.html