https://github.com/glavin001/smmapp2
Saint Mary's Mobile App, Version 2.0 @
https://github.com/glavin001/smmapp2
Last synced: about 1 month ago
JSON representation
Saint Mary's Mobile App, Version 2.0 @
- Host: GitHub
- URL: https://github.com/glavin001/smmapp2
- Owner: Glavin001
- Created: 2013-11-06T05:08:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T04:43:34.000Z (about 11 years ago)
- Last Synced: 2025-02-05T15:54:03.089Z (3 months ago)
- Language: JavaScript
- Homepage: http://society.cs.smu.ca:7000
- Size: 12.4 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UniAPI and UniCal [](https://magnum.travis-ci.com/Glavin001/SMMApp2)
=======> Saint Mary's Mobile App

## Installation
### Global Dependencies
#### Node.js and NPM
See http://nodejs.org/
##### Bower
See http://bower.io/
#### Dependencies
```bash
npm install
bower install
```## Usage
### Run UniAPI Server
```bash
node api-server/
```### Run UniCal Server
```bash
node unical-server/
```### Load Courses from file
```bash
node utils/load_courses.js -i data/courses.csv
```### Create Sandbox
Creating a sandbox (fake data) with 10 users.
```bash
node ./utils/sandbox.js --users 10
```## Screenshots
See [/screenshots/README.md](/screenshots/).## Documentation
See [/docs/README.md](/docs/).### Installation
See [/docs/installation.md](/docs/installation.md).## Features
Implemented features: https://github.com/Glavin001/SMMApp2/issues?labels=feature&state=closedFuture 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=openIf you find more bugs, please create a new Issue and mark it with the `bug` label.