https://github.com/mkornyev/dome
A ToDo application built with vanilla JavaScript and Django.
https://github.com/mkornyev/dome
django gsap tweenmax
Last synced: about 1 month ago
JSON representation
A ToDo application built with vanilla JavaScript and Django.
- Host: GitHub
- URL: https://github.com/mkornyev/dome
- Owner: mkornyev
- Created: 2020-03-14T17:26:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:40:50.000Z (over 4 years ago)
- Last Synced: 2025-02-01T14:46:02.432Z (over 1 year ago)
- Topics: django, gsap, tweenmax
- Language: CSS
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DoMe: A Collaborative To-Do Platform
# Team 33
## Creators
## Dependency Setup
* Install all dependencies: `pip install -r requirements.txt`
* After installing libraries for the project, update `requirements.txt` before pushing: `pip freeze > requirements.txt`
## Scripts
* Create a sample user: `python manage.py populate` (User: **bj** Pass: **bj** )
* Drop users: `python manage.py drop`
### © 2020