Template for creating a REST service using Go
The app requires PostgreSQL (uses the pgx driver) and Redis
This project is inspired by the NestJS framework
Currently has been implemented:
- SPA handler
- Signup
- Signin
- Email verification
- reCAPTCHA validation
- User access control (JWT)
- Refresh tokens (OAuth 2.0)
- Exceptions that return JSON
- Localization (En, Ru)
- FormData interceptor (requires custom FormData converter)
The project is under active development