Nest.js + Prisma Boilerplate
- Send Emails using custom templates
- Support custom SMTP like gmail, improvmx e.t.c
- Telegram Bot Notification Support
- Error Logging
- Random Generated Profile Picture
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