Video Recipes React-Native Application
Rest Framework http://www.django-rest-framework.org/
Video browser for short (~1 minute) recipe videos on Facebook.
- Homebrew
- Virtualenv - Packaged with Python if installed with
brew
- Clone repo
git clone git@...
- Make virtual environment in new directory and activate
cd videorecipes && virtualenv venv && . venv/bin/activate
- Install Python dependencies
pip install -r requirements.txt
.