See the database structure
$ npm iCopy the example env file and make the required configuration changes in the .env file
For example:
$ cp env.example .envFirst:
# development
$ npm start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodAfter:
$ npm run migration:run