/UCLA-Registrar

Primary LanguageJavaScript

This is a application for UCLA students to findout which class is available and decide which class they want to choose on their phones.

This application used nodejs, jsdom, and expressjs libraries.

Example site: http://uclacourse.herokuapp.com/

Run the server on the localhost:

  1. Clone this UCLA-Registrar on your computer
  2. Install all the required pacakge:
npm install
  1. Start the Monogb on your local machine
sudo mongod
  1. Run this server on your machine:
node app.js

or

foreman start