Installation
MySQL 5.7 is required.
$ npm install
mysql [login] < setup.sql
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# seed database (run or build app first)
$ npm run seed
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Helpful links
https://github.com/typeorm/typeorm/tree/master/docs