8000 GitHub - taha20181/flask_todo: A simplest flask todo app which will help you to learn basics of Flask Framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taha20181/flask_todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask_todo

A simplest To-Do App build with Flask Framework

Requirements

  • pip install flask

dot-env Structure

FLASK_APP=todo.py
FLASK_ENV=development
SECRET_KEY =
MONGO_URI=

Run Command

  • Method one :
  1. export FLASK_APP=run.py
  2. export FLASK_ENV=development
  3. flask run
  • Method two :
  1. Launch your bash terminal, and type
  2. ./run

This is a pretty cool method which I have once discovered out of curiosity

Note :

Secret Key is needed for flashing purpose in flask. Make sure to add it in a seperate config or env file.

About

A simplest flask todo app which will help you to learn basics of Flask Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.8%
  • Python 33.2%
0