Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 508 Bytes

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.