Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 283 Bytes

How to run project locally

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 8000
npm run dev

and visit: http://localhost:8000/

Description

  • Backend: Django REST framework
  • Frontend: React + Redux