Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 275 Bytes

Brew

REST API written in Django for the brew

Development setup

Make a virtual environment

mkvirtualenv brew

Activate the environment

source brew/bin/activate

Go to the directory of the repo and install dependencies

pip3 install -r requirements.txt