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: about 2 months ago
JSON representation

ToDo app built using Flask and SQLite

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.py

2. Open `http://localhost:5000` in your web browser