/Course-Manager

a ucla course manager on mobile app by Titanium

Primary LanguageJavaScriptOtherNOASSERTION

Course Manager for UCLA Students

Welcome to my own project, and this is a project that helps UCLA students to browser their classes easily on their protable devices, such as iphone, android, and iPad.

This application is under rapid development and it is not ready for beta yet.

How to run this application

Install application on the Titanium:

  1. Download and install Titanium Page
  2. Import this project to the Titanium
  3. Run it on the iphone simulator.

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