1.0.0 β€’ Published 2 months ago

sociologin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

NestJS REST API boilerplate πŸ‡ΊπŸ‡¦

image

github action status renovate Static Badge Discord Badge

Description

NestJS REST API boilerplate for typical project

Full documentation here

Demo: https://nestjs-boilerplate-test.herokuapp.com/docs

Frontend (React, Next.js): https://github.com/brocoders/extensive-react-boilerplate

Table of Contents

Features

  • Database. Support TypeORM and Mongoose.
  • Seeding.
  • Config Service (@nestjs/config).
  • Mailing (nodemailer).
  • Sign in and sign up via email.
  • Social sign in (Apple, Facebook, Google, Twitter).
  • Admin and User roles.
  • Internationalization/Translations (I18N) (nestjs-i18n).
  • File uploads. Support local and Amazon S3 drivers.
  • Swagger.
  • E2E and units tests.
  • Docker.
  • CI (Github Actions).

Contributors