College Course manager app
This is a React Application hosted on an ExpressJS server.
Prerequisites
- You must have NPM installed on your machine.
Local Deployment
- Extract the project from the .zip file
- Navigate the root project directory.
- In the project root directory, run
node server.js
. Visit http://localhost:5000 to view the list of courses and add/drop the courses. You can specify which port the server runs on server.js in the root directory of the project.