https://miu-facility-management.herokuapp.com/
To run this locally:
- 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"
}
- Run the following commands:
npm install
npm run build
npm start