Skip to content

allezViens/ridetheory

Repository files navigation

Allez Viens

Overview

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.

Team

  • Product Owner: Thomas Klonecke
  • Scrum Master: Beth Johnson
  • Tech Lead: Jimmy Gong
  • Engineer: Jon Arnaldo

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
    2. [Running] (#running)
  3. Team
  4. Contributing

Requirements

  • Python 2.7.x
  • Psycopg 2.5.x
  • Flask 0.10.x
  • Angular 1.3.x

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install
pip install -r requirements.txt

Running

Development

python run.py
gulp 
gulp watch

Production

python run.py

Contributing

See CONTRIBUTING.md for contribution guidelines.