Skip to content

q0sul3sul3/flask-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-todo

A simple Flask to-do list application using SQLAlchemy ORM and SQLite database.

Installation

Create a virtual environment and activate the environment:

$ cd flask-todo
$ python3 -m venv venv
$ . venv/bin/activate

Install required libraries:

$ pip install -r requirements.txt

Usage

Run the application locally:

$ python app.py

Running on http://127.0.0.1:5000/

Screen Shot

Reference

https://github.com/patrickloeber/flask-todo

About

A simple Flask to-do list application using SQLAlchemy ORM and SQLite database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published