Skip to content

iwmq/flask-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my flask project playground.

How to install?

To install the flaskr app, run pip install -e . in the current directory.

How to run?

On Powershell:

> $env:FLASK_APP="flaskr"
> $env:FLASK_ENV="development"
> flask run

On Windows cmd:

> set FLASK_APP=flaskr
> set FLASK_ENV=development
> flask run

On Linux and Mac:

$ export FLASK_APP=flaskr
$ export FLASK_ENV=development
$ flask run

About

My flask tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published