/flask_todo_with_list

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

Primary LanguageHTML

flask_todo

A simplest To-Do App build with Flask Framework

Requirements

  • pip install flask

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.