Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 319 Bytes

File metadata and controls

11 lines (8 loc) · 319 Bytes

Resiliency Map Api

Installation

After cloning the repo to your local machine:

  • If using a local MongoDB server make sure it's running.
  • Rename .env.example to .env and update the MongoDB connection string if needed.
  • npm install
  • npm start

The API Server should now be running at localhost:5000.