Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 603 Bytes

Grading-System

Grading System for a Hypothetical University (part of PLP Assignment)

Instructions to run the code on your local machine:

  1. Install nodejs
  2. Install npm
  3. Clone the repo to your local machine
  4. Change the directory to GradingSystem
  5. Type sudo npm install nodemon -g in Terminal
  6. Install all the dependencies by typing npm install in Terminal
  7. Host the app by typing nodemon in terminal
  8. The app will be hosted on port 8080
  9. Vist localhost:8080 in your browser to view the app