Skip to content

endoedgar/FacilityManagement

Repository files navigation

FacilityManagement

https://miu-facility-management.herokuapp.com/

API Documentation

API Documentation

Enjoying the AWESOME!

To run this locally:

  1. Make sure you create a JSON file inside express folder called secrets.json with the following properties:
{
    "mongoDB": "MONGO_CONNECTION_URL",
    "accessTokenSecret": "JWT_ACCESS_TOKEN"
}
  1. Run the following commands:
npm install
npm run build
npm start