Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-lau/to-do_application
https://github.com/gabriel-lau/to-do_application
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabriel-lau/to-do_application
- Owner: gabriel-lau
- Created: 2019-12-13T02:40:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:55:29.000Z (over 3 years ago)
- Last Synced: 2023-05-10T23:31:21.040Z (over 1 year ago)
- Language: Python
- Size: 10.8 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`
2. `python manage.py runserver`