modulepackage
0.0.0-20241119064039-b841ed67c4c6
Repository: https://github.com/rus-sharafiev/go-rest.git
Documentation: pkg.go.dev
# README
Go REST Service
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