This folder contains the source for Nest API that reads from and writes to the CRM database.
-
Create a
development.env
at the root of this folder. Acquire file contents from 1Pass. -
Run the server using one of the following commands
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov