Skip to content

angcoder-c/ToDoList-Flask-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A to-do list made with flask and sqlite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published