Skip to content

jaydenlsf/flask-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First QA Mini Project - Flask To-Do App

Introduction

A very simple to-do list web application created using Flask, SQLAlchemy, WTForms and Jinja2.

Installation

To install the required dependencies:

$ pip3 install -r requirements.txt

Instruction

In order for the application to run, set your environment variables for DATABASE_URI and SECRET_KEY.
DATABASE_URI is in the format of 'mysql+pymysql://username:password@databaseinstanceip/databasename' and SECRET_KEY can be anything.

After the variables are set, initialise an empty table within the database by running:

$ python3 create.py

To run the app:

$ flask run

Demo

Homepage (without any tasks)

homepage1

Homepage (with tasks created)

homepage2

Add Task Page

add-task

Edit Task Page

edit-task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors