Skip to content

rus-sharafiev/go-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

REST service written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages