Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 260 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 260 Bytes

Installation

$ npm install

Running the app

# configure database
$ edit file ormconfig.json to your database configuration

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod