See the database structure
$ npm i
Copy the example env file and make the required configuration changes in the .env file
For example:
$ cp env.example .env
First:
# development
$ npm start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
After:
$ npm run migration:run