A Senior Week Hackathon project created by Evan Carmi, Lisa Sy, Diego Calderon, and Brian Gapinski.
This project should be cloned inside a virtualenv.
git clone [email protected]:carmi/WesPeople.com.git
Then you can use pip to install the required packages form the REQUIREMENTS file:
`pip install -r REQUIREMENTS`
This is a django project. All the code is publicly available through our GitHub account.
All the data used in this app is accessible through our REST API. See the api.py file in the source for more information.
Users can make accounts, however, they are not quite finished so are not publicly linked to yet. The account pages are accessible at /account/signup.