- Install Dependencies
pip install -r requirements.txt - Migrate Database (SQLite)
python manage.py migrate - Create Super User (for Admin page)
python manage.py createsuperuser - Run Server
python manage.py runserver
- List and Create on
/todo - Read, Update and Delete on
/todo/:id
- Enter github username on
/page