Blake Zimmerman, Jake Ulasevich, Hashem Selim, Hans Mok, John Mottole, Erin Harding
This is our term project for CS-545: Human Computer Interaction. This web application will allow students to sign in and structure their study plan in a clear and organized way.
- Install and run MongoDB on your machine
- Create a MongoDB database called
digital-study-plan
- Install Node on your machine
- Clone this repository to your machine
cd directory-you-cloned-to/digital-study-plan
npm install
to install all dependenciesnpm start
to run the application onhttp://localhost:3000