First you need to create a PostgreSQL database and connect with your credentials in DatabaseProvider.ts and Migrate.ts file.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
$ npm run migrate up
$ npm run migrate down