Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pj8912/todo-app
ToDo app built using Flask and SQLite
https://github.com/pj8912/todo-app
flask python sqlite sqlite3 webapp
Last synced: 5 days ago
JSON representation
ToDo app built using Flask and SQLite
- Host: GitHub
- URL: https://github.com/pj8912/todo-app
- Owner: pj8912
- Created: 2023-01-24T14:16:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T09:57:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T12:13:09.879Z (2 months ago)
- Topics: flask, python, sqlite, sqlite3, webapp
- Language: Python
- Homepage:
- Size: 5.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
This is a simple Todo application built using Python and SQLite. The application allows users to add, view, and delete tasks. The data is stored in a SQLite database and the front-end is rendered using the Jinja2 template engine.
## Requirements
- Python 3.x
- Flask
- SQLite3## Installation
1. Clone the repository git clone`https://github.com/pj8912/todo-app.git`
2. Install the required packages
`pip install -r requirements.txt`3. Create the database
`python db_create.py`## Usage
1. Start the development server
python app.py2. Open `http://localhost:5000` in your web browser