Glavin001 / SMMApp2

Saint Mary's Mobile App, Version 2.0 @
http://society.cs.smu.ca:7000
2 stars 0 forks source link

UniAPI and UniCal Build Status

Saint Mary's Mobile App

Installation

Global Dependencies

Node.js and NPM

See http://nodejs.org/

Bower

See http://bower.io/

Dependencies

npm install
bower install

Usage

Run UniAPI Server

node api-server/

Run UniCal Server

node unical-server/

Load Courses from file

node utils/load_courses.js -i data/courses.csv

Create Sandbox

Creating a sandbox (fake data) with 10 users.

node ./utils/sandbox.js --users 10

Screenshots

See /screenshots/README.md.

Documentation

See /docs/README.md.

Installation

See /docs/installation.md.

Features

Implemented features: https://github.com/Glavin001/SMMApp2/issues?labels=feature&state=closed

Future features: https://github.com/Glavin001/SMMApp2/issues?labels=feature&state=open

Bugs

See all known open bugs at https://github.com/Glavin001/SMMApp2/issues?labels=bug&state=open

If you find more bugs, please create a new Issue and mark it with the bug label.