- clone code from github
git clone https://github.com/titanzerg/MI.git
- open environment
cd MI
source env/bin/activate
- run Runserver
cd api
python manage.py runserver
- http://127.0.0.1:8000/web/ start web page show all
- click create button for create new todo
- if have todolist you will see checkbox for delete todo data
- you can click at description on each todo to edit detail of todo
- download example from postman https://www.getpostman.com/collections/dfa0ec8da1563c56d104