endoedgar / FacilityManagement

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:TypeScript 68.2%Language:HTML 18.7%Language:JavaScript 9.7%Language:CSS 3.4%