Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/todo_list
It is the todo app created with flask framework. User can add the items in the todo list, update it and also delete it.
https://github.com/kishan2029/todo_list
flask sqlite
Last synced: 4 days ago
JSON representation
It is the todo app created with flask framework. User can add the items in the todo list, update it and also delete it.
- Host: GitHub
- URL: https://github.com/kishan2029/todo_list
- Owner: Kishan2029
- Created: 2023-06-25T11:54:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T16:44:09.000Z (9 months ago)
- Last Synced: 2024-02-26T18:07:47.373Z (9 months ago)
- Topics: flask, sqlite
- Language: HTML
- Homepage: https://flask-app-s0ul.onrender.com/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo List
## :dart: About
It is the todo app created with flask framework. User can add the items in the todo list, update it and also delete it.
## :rocket: TechnologiesThe following tools were used in this project:
- Flask
- Python
## Deploy Link
https://flask-app-s0ul.onrender.com/## :checkered_flag: Starting
```bash
# Run Project
$ source env/bin/active # active the environment
$ pip3 install --upgrade pip # upgrade pip
$ pip3 install -r requirements.txt # install requirements
$ python3 app2.py# The server will initialize in the
```