A simple tasklist with django rest framework
To run this project you will need:
Python 3.6andpipenvnpmandyarn
To run the project, do the following steps:
cdintobackend/make setupormake setup.devto install dependencies and create/migrate sqlite DBmake runto start django server- Leave this running and open another terminal instance
cdintofrontend/make setupto install frontend dependenciesmake runto start python's SimpleHTTPServer