App created using redux, includes Django which host the app and an API
# npm install
# pip install -r requirements.txt
# cd project
# python manage.py makemigrations api
# python manage.py migrate
In the same directory from Setup Django Database,
# python manage.py runserver
visit http://localhost:8000 to view the app.