Skip to content

flavien-hugs/flet-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TodoApp with flet

Simple TodoApp application flet to implement CRUD.

Flask CRUD

Installation

  • step 1 : clone the project
git clone https://github.com/flavien-hugs/flet-app.git
  • step 2 : enter the project directory
cd flet-app
  • step 3 : Install dependences
pipenv shell and pipenv install
or
make install
  • step 4: run project
python run.py
or
make run
  • step 5: Test and enjoy