/course-manager

Minimum viable product for a web app allowing students to register online for courses. Build on React.

Primary LanguageJavaScript

College Course manager app

This is a React Application hosted on an ExpressJS server.

Prerequisites

  1. You must have NPM installed on your machine.

Local Deployment

  1. Extract the project from the .zip file
  2. Navigate the root project directory.
  3. 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.