Clone this repo and install packages with npm
or yarn
$ npm install
You will need run a Mongodb server and set up database configuration. Check the config file.
To run the app in development mode with
$ npm run start:dev
or in production mode with
$ npm start