Skip to content

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. Prisma is an ORM that helps app developers build faster and make fewer errors. This is a starter project if you want to start with these technologies

License

luccinmasirika/nestjs-prisma-starter

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Environment variables

DATABASE_URL=mysql://<DATABASE_USER>:<USER_PWD>@localhost:3306/<DATABASE_NAME>?schema=public
PORT=xxxxxxxxxxx
FILES_BASE_URL=xxxxxxxxxxx
MULTER_DEST=./uploads
EMAIL_HOST=xxxxxxxxxxx
EMAIL_PORT=465
EMAIL_AUTH_USER=xxxxxxxxxxx
EMAIL_AUTH_PASSWORD=xxxxxxxxxxx
EMAIL_DEBUG=false
EMAIL_LOGGER=false
EMAIL_LAYOUT_DIR='/templates/emails/'
EMAIL_PARTIAL_DIR='/templates/emails/'
EMAIL_VIEW_PATH='/templates/emails/'
EMAIL_DEFAULT_LAYOUT='index'
APP_URL=xxxxxxxxxxx
JWT_SECRET=xxxxxxxxxxx
THROTTLE_TTL=60
THROTTLE_LIMIT=20

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. Prisma is an ORM that helps app developers build faster and make fewer errors. This is a starter project if you want to start with these technologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published