Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 603 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 603 Bytes

Video Recipes React-Native Application

Rest Framework http://www.django-rest-framework.org/

Video Recipes Mobile Application (in React Native)

Video browser for short (~1 minute) recipe videos on Facebook.

Installation

Requirements

  • Homebrew
  • Virtualenv - Packaged with Python if installed with brew

Development

  1. Clone repo git clone git@...
  2. Make virtual environment in new directory and activate cd videorecipes && virtualenv venv && . venv/bin/activate
  3. Install Python dependencies pip install -r requirements.txt.

Running

Development

Updating Code