8000 GitHub - baverkacar/flask-todo-app: This repo will be updated
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

baverkacar/flask-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Todo App with Flask

This application is a static todo application. The backend was established with the Flask Framework and its connection to the database was provided using SQLAlchemy. Every database operation made by SQLAlchemy ORM.

Required Tools

Flask

For download flask:

  $ pip install Flask

Importing SQLAlchemy

from flask_sqlalchemy import SQLAlchemy

For run app:

  $ FLASK_APP=app.py flask run 

Screenshot

gif

About

This repo will be updated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0