This sample app is made for anyone who is looking for an example of how to create an app using Flask.
This project demonstrates use of CRUD operations.
This service calls a local sqlite database. Please see the flask documentation for more details.
This projet was written using Visual Studio Code.
You can visit the app here: https://todo-princem.herokuapp.com/
Note: This is only for personal use. Commercial use of this link is not allowed.
- Database initialization (Sqlite)
- CRUD Functionality
- Modern user interface
- Bootstrap 5 framework
- Limited custom css/js
- Easily customizable
To use this template, your computer needs:
This is helper extensions used for productivity installed in VS code.
- Live Server
- Jinja2 Snippet Kit
git clone https://github.com/PrinceMayur007/todo_app.git
cd todo_app
pip install -r requirements.txt
python app.py
The folders named static and templates are required.
The app uses local sqlite database.
The template file base.html is used as a shell by the other two HTML templates. This means they insert content into base.html according to Jinja2 template rules.
The app is deployed on Heroku (free for personal use).
Debug is TRUE.
Contributions are always welcome!
Please take a look at contributing guidelines if you're interested in helping!
Please adhere to this project's code of conduct.
