https://github.com/ymichael/cs2102-project
https://github.com/ymichael/cs2102-project
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ymichael/cs2102-project
- Owner: ymichael
- Created: 2014-02-19T05:17:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T08:08:56.000Z (about 12 years ago)
- Last Synced: 2025-02-28T15:37:00.587Z (over 1 year ago)
- Language: Python
- Homepage: http://cs2102.ymichael.com/
- Size: 663 KB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Check it out online
http://cs2102.ymichael.com/
#Read our report
https://docs.google.com/document/d/1S7favUB12Mqybnwc5R3nzxfr3QFllD7kojeCnjVlL3s/edit?usp=sharing
# Install Dependencies
- `$ pip install -r requirements.txt`
# Running application
## In production
- `$ FLASK_ENV=prod python app.py`
- Go to `http://localhost:5000`
## In development
- `$ FLASK_ENV=dev python app.py` or `python app.py`
- Go to `http://localhost:5000`
# Running Tests
- `$ nosetests`
# Writing Tests
- See `tests/__init__.py` for base class or function decorator to use for preparing tests