Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 665 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 665 Bytes

Description

MHF Api Server built to serve the many needs of the foundation.

Installation

$ npm install

Setup Database

# .env
- create .env file in the root dir
- use .env.example to populate .env

Running the app

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Support the Foundation by donating to the website today.

License

Nest is MIT licensed.