Grading System for a Hypothetical University (part of PLP Assignment)
- Install nodejs
- Install npm
- Clone the repo to your local machine
- Change the directory to GradingSystem
- Type
sudo npm install nodemon -g
in Terminal - Install all the dependencies by typing
npm install
in Terminal - Host the app by typing
nodemon
in terminal - The app will be hosted on port 8080
- Vist localhost:8080 in your browser to view the app