0.0.1 • Published 2 years ago

igig v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Migrations

to create a migration run

yarn typeorm migration:create -- -n migrationNameHere

to run the migrations run

yarn typeorm migration:run

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

Swagger

http://localhost:3333/api/