This app tests the integration of Django REST Framework with a React front end.
- Create and activate a virtualenv
- Git clone or download/extract this repo
- Install requirements:
pip install -r requirements.txt - Make migrations and migrate:
python manage.py makemigrations,python manage.py migrate - Load dummy data:
python manage.py loaddata leads - Run dev script and verify build is successful:
npm run dev - Run the dev server:
python manage.py runserver - Navigate to http://127.0.0.1:8000