Skip to content

sergiuchilat/nest-project-template

Repository files navigation

Description

Nest JS strarter Template with TypeORM

Project Installation

$ npm install

Migrations

Documentation can be acceessed here

Seeders

Documentation can be acceessed here

Install and configure application

Documentation can be acceessed here

Running the app

# development(v1)
$ npm run start

# development(v1)
$ nest start

# watch mode(v1)
$ npm run start:dev

# watch mode(v2)
$ nest start --watch

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Detailed project documentation

Stay in touch

Author: Sergiu Chilat

Contributors:

License

This is open source project licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published