Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 379 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 379 Bytes

Installation

First you need to create a PostgreSQL database and connect with your credentials in DatabaseProvider.ts and Migrate.ts file.

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Migrations

$ npm run migrate up

$ npm run migrate down