gabriel-lau / To-Do_Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do Application 🔧

To-do application for the ETI module to showcase:

  1. User login page (/accounts/login)
  2. To-do page (only for authenticated users) (/todo)
  3. To-do history page (only for authenticated users) (/todohist)
  4. Team contributions page (/contributions)
  5. [extra] Admin page (/admin)

Dummy accounts 🤟🏻

admin

username: admin
password: adminpassword

user

username: myusername
password: mypassword

Running

  1. git clone https://github.com/gabriel-lau/To-Do_Application
  2. pip3 install -r requirements.txt
  3. python manage.py runserver

About


Languages

Language:Python 95.3%Language:HTML 1.8%Language:JavaScript 1.7%Language:CSS 1.2%Language:Shell 0.1%Language:PowerShell 0.0%Language:Dockerfile 0.0%