What things you need to install the software and how to install them
yarn install
Specify Values for these variables
NODE_ENV=<node env here>
NODE_PORT=<node port here>
MONGO_DB_HOST=<mongo db host here>
MONGO_DB_NAME=<mongo db name here>
npm run start-dev
npm start