Skip to content

AurelieGedeon/python-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Cultivator

Task Cultivator is a simple todo app using Python, Flask, and SQLAlchemy.

Using this app, you are able to create, edit, and delete your tasks. Additionally, when you have the capability to complete/uncompelete tasks.

Setup

  1. Setup virtual environment (venv)
python3 -m venv venv
  1. Activate your environment
. venv/bin/activate
  1. Install required packages
pip3 install -r requirements.txt
  1. Run the Todo project
python3 index.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published