Template built on Nestjs framework with Prisma setup starter repository that provides the following:
- Organized directory structure for both scalability and readability.
- Docker environment that provides security and allows for smooth connection with database
postgresql
usingprisma
- Swagger for API docs
- basic security additions
NOTE: Make sure you have Docker installed.
# If you want to use the make command for shortcuts
$ sudo apt install make -y
# generate '.env' file
$ cp .env.example .env
# run the app using 'make' command
$ make up
# run the app using docker directly
$ docker compose up
# if you're running compose V1
$ docker-compose up
# Check out the Makefile for more information about what commands you can run
- Author - Bassam Naji
Leave ⭐ if you find it useful 😃
This template is under MIT licensed.