Skip to content

thegrtnx/NBPE

Repository files navigation

NBPE

Nest.js + Prisma Boilerplate

Features

  • Send Emails using custom templates
  • Support custom SMTP like gmail, improvmx e.t.c
  • Telegram Bot Notification Support
  • Error Logging
  • Random Generated Profile Picture

Run Locally

Clone the project

  git clone https://github.com/thegrtnx/NBPE.git

Go to the project directory

  cd NBPE

Install dependencies

  npm install

Initialize prisma

  npm run prisma

Start the server without watch

  npm run start

OR

Start the server with watch

  npm run start:dev

Authors