This project contains the backend API code for the LMS Front end Application
Create a development.json file under the ./app/config directory. Populate the json file like so:
{ "host" : "http://localhost:3000", "dbURI": "<YOUR MONGODB URL>" #mongodb://<dbuser>:<dbpassword>@ds113736.mlab.com:13736/erp, "sessionSecret": "f31f2f4e88b1f4c29a4542671b247f9b", "tokenExpire": 5300, "port": 3000, "domain": "<Your preferred domain>"#unilag.edu.ng } $ cd lms-backend-api $ npm install $ npm run starthttps://1drv.ms/u/s!AtuFwKw_48h8qUm0OLgfTB264g2p?e=dx2X2w
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.