arielb2 / Flask-Complete-Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Complete-Tutorial

This is the completed and styled Todolist application built in the Flask Tutorial. See the tutorial for instructions on how to build this.

Code Usage

  • Clone the repository
  • Create your environment
      python3 -m venv env
  • Activate your environment
      source env/bin/activate
  • Install all requirements
      pip install -r requirements.txt
  • Run the following command to run the code in development mode
       flask run
  • Enjoy!!!!

About


Languages

Language:HTML 39.7%Language:CSS 29.1%Language:Python 28.6%Language:JavaScript 1.6%Language:Mako 1.0%Language:Shell 0.0%