gopilot / backend

Backend services for our student/mentor sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pilot Backend

Backend services for our student/mentor sites

Create a virtualenv for the project, and pip install -r requirements.txt.

Running

Running python setup.py from the root will run a dev server.

You also must be running mongo and redis (run mongod and redis-server if the processes aren't running on their own).

Testing

Run python test.py to run all tests, or python -m test.[testFile] where testFile is one of the python scripts in the test/ directory.

About

Backend services for our student/mentor sites


Languages

Language:Python 78.7%Language:HTML 21.3%