Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 691 Bytes

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