Akhil-EM / nest-template

base template for a nest js application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename .env.eg to .env

Remove packages from packages.json according to your database needs

Visit http://localhost:PORT/documentation for swagger documentation.

Run

$ 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

About

base template for a nest js application


Languages

Language:TypeScript 95.1%Language:JavaScript 4.9%