This project is Todo app with auth system.
To run this project you need:
- Clone this repository.
- Open your terminal and
cd
project's directory. - Run
pip install -r requirements.txt
. - Then make migrations with command
python manage.py makemigrations
. - Migrate to your db
python manage.py migrate
. - Run server
python manage.py runserver
. - Open your browser and go to localhost:8000.
P.S. I made this app while other people was celebrating New Year xd