Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 406 Bytes

Installation

$ npm install

Running the app

Create and fill the .env file (Look at the .env.example).

Make sure the Redis server is running on the port you specified.

Make sure that the doc-generator service is running (https://github.com/Mickaz89/HC-Doc-Generator).

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod