MHF Api Server built to serve the many needs of the foundation.
$ npm install
# .env
- create .env file in the root dir
- use .env.example to populate .env
# 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
Support the Foundation by donating to the website today.
Nest is MIT licensed.