A simple tasklist with django rest framework
To run this project you will need:
Python 3.6
andpipenv
npm
andyarn
To run the project, do the following steps:
cd
intobackend/
make setup
ormake setup.dev
to install dependencies and create/migrate sqlite DBmake run
to start django server- Leave this running and open another terminal instance
cd
intofrontend/
make setup
to install frontend dependenciesmake run
to start python's SimpleHTTPServer