- User Authentication System - Users can register, login and logout
- Add, Edit tasks
- API End points
-
Create Virtual Environment : venv/scripts/activate
-
Install all the dependencies
pip install -r requirements.txt
-
This will create the tables in the Database
python manage.py migrate
python manage.py createsuperuser
Run Server
- python manage.py runserver
Open a browser to http://127.0.0.1:8000/admin/ to open the admin site