Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 912 Bytes

File metadata and controls

18 lines (13 loc) · 912 Bytes

Designing and implementing a complete web app using MEAN stack

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.

How to run this app

  1. Run local MongoDB instance (e.g. sudo mongod)
  2. Navigate to comp308-w2018-asn3/KevinMaVinoodPersad-COMP308Lab3-API in command line/terminal
  3. Type 'nodemon' and hit enter inside your terminal
  4. Navigate to comp308-w2018-asn3/KevinMaVinoodPersad-COMP308Lab3-App/ in command line/terminal
  5. Type 'npm start' and hit enter inside your terminal
  6. Open a browser and navigate to the url: http://localhost:4200
  7. 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