Skip to content

d-mg17/Flask_To-Do_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do App using Flask

This is a simple to-do app built with Flask framework.It demonstrates how to build a CRUD application with Flask, SQLAlchemy, and Jinja2. It also shows how to use Bootstrap 4 with Flask.

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Activate virtual environment (Windows):

  .\venv\Scripts\activate.ps1

Activate virtual environment (Mac/Linux):

  source venv/Scripts/activate

Install dependencies

  pip3 install -r dependencies.txt

Start the server

  python3 main.py

Authors

Acknowledgements

About

This is a simple to-do app built with Flask framework.It demonstrates how to build a CRUD application with Flask, SQLAlchemy, and Jinja2. It also shows how to use Bootstrap 4 with Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors