Add corresponding config values
To run the project simply run
This will spin up the ort-uxquest-api
instance.
To spin up the instance with a new build add the --build
flag as so
Go to http://localhost:{{PORT}}/
and you should see the project up and running
$ npm install
$ npm run migration run
# 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