Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 617 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 617 Bytes

Color Coded API

Prerequisites

What things you need to install the software and how to install them

Install Dependencies

yarn install

Create .env file in root of project

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>

For Development

npm run start-dev

For Production

npm start