Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 595 Bytes

Simple django REST API using Django Rest Framework

Build Status

Running:

Backend:

  • make build-backend
  • make run-backend

Frontend:

  • make run-frontend

Development Instructions:

  • 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

Testing

  • python backend/manage.py test