Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.1 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.1 KB

Nestjs & Prisma Starter Template

Description

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 using prisma
  • Swagger for API docs
  • basic security additions

Installation

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

Running the app

# 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

Stay in touch

Support

Leave ⭐ if you find it useful 😃

License

This template is under MIT licensed.