/restjs-starter

A REST Node.js starter project written in typescript and built on top of Nest.

Primary LanguageTypeScriptMIT LicenseMIT

REST-JS Starter

A REST Node.js starter project written in typescript and built on top of Nest.

License: MIT CI Coverage Status

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit and e2e tests
$ npm run test

# test coverage
$ npm run test:cov

Migrations

Generate migration

$ npm run typeorm -- migration:create -n PostRefactoring

License

REST-JS Starter is MIT licensed.