- Clone the repository.
- Create a
.envfile in the root directory. - Copy the contents from
sample.envover to.envand change it to match credentials that should be used.
$ pnpm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- I get a
ERROR [TypeOrmModule] Unable to connect to the database.error.- Ensure your PostgreSQL database is up and the credentials in your
.envis correct.
- Ensure your PostgreSQL database is up and the credentials in your