Skip to content

Latest commit

 

History

History
96 lines (74 loc) · 3.8 KB

README.md

File metadata and controls

96 lines (74 loc) · 3.8 KB

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.