Todo app by django . just for practice and my portfolio.
$ git clone https://github.com/hasssan-hasssan/Todo.git
$ cd Todo
$ python -m venv venv
$ venv/scripts/activate.bat
$ pip install -r requirements.txt
$ python manage.py runserver
dockerfile comming soon.....