This application is running on port 8080
, make sure this port is free to use before you start the app.
Before running the app you should install the node_modules
, see Installation
section.
After that you should configure the .env
parameters, I will send it to you privately.
The app has tested on dev environment, please run npm start
in order to run it.
$ npm install
MONGO_USER=""
MONGO_PASS=""
MONGO_CLUSTER=""
MONGO_DB_NAME=""
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod