Student-Course Management System developed with an Express RESTful API as back-end, MongoDB for storage and Angular as the Front-End.
This application is currently configured to use the comp308-w2018 db on the local MongoDB instance.
- Run local MongoDB instance (e.g. sudo mongod)
- Navigate to comp308-w2018-asn3/KevinMaVinoodPersad-COMP308Lab3-API in command line/terminal
- Type 'nodemon' and hit enter inside your terminal
- Navigate to comp308-w2018-asn3/KevinMaVinoodPersad-COMP308Lab3-App/ in command line/terminal
- Type 'npm start' and hit enter inside your terminal
- Open a browser and navigate to the url: http://localhost:4200
- Enjoy :) !
Note: Initially an administrator account will be created with credentials (1:password)
You will need to create your own students and courses to test the app