Skip to content

A simple to-do list web application built using the Flask web framework and utilizes the Sqlite3 database.

Notifications You must be signed in to change notification settings

iwtga/task-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-master

A simple to-do list web application built using the Flask web framework and utilizes the Sqlite3 database.

Installation:

  1. Create an virtual environment python -m venv venv
  2. Activate the virtual environment.
  3. pip install -r requirements.txt
  4. Create a .env file for storing environment variables:
FLASK_APP=run
FLASK_ENV=development
SECRET_KEY=EnterAnyRandomKeyHere
DATABASE_URI_LOCAL=sqlite:///main.db
  1. Create Tables: python3 db_create.py
  2. flask run

About

A simple to-do list web application built using the Flask web framework and utilizes the Sqlite3 database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published