npm install
or
yarn install
This example requires a local Postgresql installation. If using a local Postgres database, see app.module.ts
for credentials, and make sure there are matching credentials in the database and the source code.
Then, run Nest as usual:
npm run start
or
yarn start