Skip to content

201RichK/go-rest-api-boilerplate

Repository files navigation

Go-Rest-API (Golang) REST

Used libraries:

Features

  • 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

Run locally

cp .env.exemple .env
docker-compose up --build

See Swagger Doc http://localhost:3000/swagger/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published