Case study backend Installation and Setup Instructions Clone down this repository. You will need node and npm installed globally on your machine. # install dependencies npm install # run app locally npm run dev .env template MOGNO_URI=<connection string to MongoDB> MOGNO_DB=<database name> PORT=<server port>