A django 🐍 powered todo application 📱 all CRUD operations working ✔️
- Create todo 📎
- View todo 👀
- Delete todo ❎
Point your browser 👉 here to follow instructions on how to install the frontend application.
pip install -r requirements.txt
python manage.py runserver
You can now go to localhost:8080 and start adding todos
For everything to work, make sure that the frontend application at Step 1 ☝️ above is also installed.