To Run the app:
- run "git clone https://github.com/cs275/Groupit.git"
- Open eclipse select Groupit/app/ as the workspace.
- Got to file->import->General->Existing->Browse
- Select the repository's base directory.
- Unckeck "Copy files into workspace"
- Restart eclipse.
- Start the server (see below).
- Right click on Groupit, click run, run as android application.
To Run the server:
- Install node.js from http://nodejs.org/download/
- cd into the groupit/app
- run "npm install"
- run "node app.js"