Skip to content

There is a basic flask blog project can used production environment.

Notifications You must be signed in to change notification settings

furkancets/Flask-Blog-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog-Project

There is a basic flask blog project can used production environment.

Just clone and run ** python run.py ** enjoy!!!

or

Create .flaskenv file

must enter app FLASK_APP=app

Chose True or False FLASK_DEBUG={True/False}

For building Dockerfile preapre expected environment docker build -t flaskblog:0.0.1 .

For up your docker container

docker run -d -p 5052:5000 flaskapp:0.1.1

GO http://127.0.0.1:5052 !

About

There is a basic flask blog project can used production environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published