Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 477 Bytes

examined-life

Because, you know... the life worth living.

Setup

./create_virtualenv.sh

sets up the virtual environment and installs the python dependencies in it. It requires that you have Python 2.7 and pip installed.

. venv/bin/activate

switches your current terminal session to the virtual environment.

Running the Development Backend

./services/run.py

Starts up the development backend for local use at http://127.0.0.1:5000