Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.01 KB

introduction.md

File metadata and controls

31 lines (22 loc) · 1.01 KB

Introduction

Online demo

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

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

nestjs-boilerplate-review.mp4

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).
  • Admin and User roles.
  • Internationalization/Translations (I18N) (nestjs-i18n).
  • File uploads. Support local and Amazon S3 drivers.
  • Swagger.
  • Support E2E and units tests.
  • Docker.
  • CI (Github Actions).

Previous: Main

Next: Installing and Running