Best Flask open-source libraries and packages

ToDoList Flask App

A to-do list made with flask and sqlite.
Updated 2 years ago

ToDoList-Flask-App

A to-do list made with flask and sqlite.

functioning

Installation Guide 🛠️

Pre-requirements

In this project I will use SQLite as a database administrator and it is recommended to use virtualenv to avoid conflicts with other projects.

Start 🏁

Clone the repository.

$ git clone https://github.com/angcoder-c/ToDoList-Flask-App.git

Create the virtual environment, and activate it.

cd ToDoList-Flask-App
python -m venv venv
venv\Scripts\activate

Install dependencies ⚙️

(venv) python -m pip install -r requirements.txt

Run 🏎️

(venv) python main.py

Visit https://127.0.0.1:5000 to see the project in operation

License 📝

  • MIT
Tags sqlite python