https://github.com/yedhink/todo-webapp
Daily tasks and todo list management web app
https://github.com/yedhink/todo-webapp
Last synced: about 2 months ago
JSON representation
Daily tasks and todo list management web app
- Host: GitHub
- URL: https://github.com/yedhink/todo-webapp
- Owner: yedhink
- Created: 2019-05-12T13:55:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T01:02:16.000Z (about 4 years ago)
- Last Synced: 2025-02-01T23:28:31.200Z (4 months ago)
- Language: Python
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-App
A simple web app for categorizing and keeping track of daily todos and tasks using flask framework.## Usage
Install the dependencies using pipenv:
```bash
pipenv shell
pipenv install
```Run the server:
```bash
python3 manage.py runserver
```