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.