Ride Theory helps people share rides with each other, whether it's a short 15 min. ride or a trip across Europe. We wanted our app to be easy and intuitive. No log-in, no sign up. Simply create a route, find people going the same way, and link up via email.
- Product Owner: Thomas Klonecke
- Scrum Master: Beth Johnson
- Tech Lead: Jimmy Gong
- Engineer: Jon Arnaldo
- Requirements
- Development
- Installing Dependencies
- [Running] (#running)
- Team
- Contributing
- Python 2.7.x
- Psycopg 2.5.x
- Flask 0.10.x
- Angular 1.3.x
From within the root directory:
sudo npm install -g bower
npm install
bower install
pip install -r requirements.txt
Development
python run.py
gulp
gulp watch
Production
python run.py
See CONTRIBUTING.md for contribution guidelines.