https://github.com/genza999/todoapp
This is a basic Todo Web app written in python using flask as a web framework
https://github.com/genza999/todoapp
Last synced: 2 months ago
JSON representation
This is a basic Todo Web app written in python using flask as a web framework
- Host: GitHub
- URL: https://github.com/genza999/todoapp
- Owner: Genza999
- Created: 2018-08-26T03:51:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T04:23:54.000Z (almost 8 years ago)
- Last Synced: 2025-03-16T09:41:21.712Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApp
Basic Todo application that registers ones Todo activities and marks them as Complete once he/she completes them.
# Run the Following command after cloning the repo to build a replica of the virtual environment used:
(venv) $ pip install -r requirements.txt
# Enjoy