To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.
Created following youtube tutorial made by Dennis Ivy.
https://www.youtube.com/watch?v=llbtoQTt4qw
- Clone the repo
$ git clone https://github.com/Szezi/ToToList_Tutorial
- Install packages
$ pip install -r requirements.txt
- Run
$ python manage.py runserver