Skip to content

startupsandcode/flask-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Tutorial

This was based on the Miguel Mega Flask Tutorial

Setup

setup your virutal environment

python -m venv venv

activate it

source ./venv/bin/activate

pip install

pip install -r requirements.txt

Run it

flask run

Debugging

There may be some clock issues because time.clock has been deprecated, so you can make those changes (simply change it to time.time)

About

A working version of Miguel's flask tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages