Backend:
make build-backend
make run-backend
Frontend:
make run-frontend
git clone https://github.com/victorpre/gadgets.git && cd gadgets
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python backend/manage.py migrate
python backend/manage.py runserver
python backend/manage.py test