Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 346 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 346 Bytes

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>