Skip to content

A basic implementation of a Todo List with Flask + SQLAlchemy + MySQL

Notifications You must be signed in to change notification settings

arpitbhal12/todo-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-py

An in memory todo list built with Flask, with a small CRUD.

PS: This project was built for studying purposes only.

How to run it

1 - Clone the project to your computer

git clone git@github.com/flowck/todo-py.git

2 - Navigate to the folder and install the dependencies

cd path/to/todo-py

pip3 install

3 - Run it

export FLASK_APP=app.py

flask run --reload

4 - Open http://localhost:5000

Features

  • Create tasks
  • Read tasks
  • Delete tasks
  • Update tasks
  • Check task as complete
  • Check task as uncomplete
  • Add a database
  • Improve form validation
  • Add user sign up
  • Add user auth

License

Under MIT 2018 - Firmino Changani

About

A basic implementation of a Todo List with Flask + SQLAlchemy + MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published