Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History

Todo_app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Todo App using flask

Perform Operation like

  1. Add Task
  2. Delete Task
  3. Update Task

To run app

  • Create virtual Environment
  • Install requirements pip install -r requirements.txt
  • run app py app.py