Skip to content

Boilerplate repo for Flask + Waitress application in Docker

Notifications You must be signed in to change notification settings

njxqlus/python-flask-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Boilerplate

Boilerplate for Flask applications with Waitress Production Server. Dockerized!

Dependencies

  • python 3.9

Install

pip install -r requirements.txt

Run

python app.py

Run in Docker

  1. docker build -t python-flask-boilerplate .
  2. docker run --name python-flask-boilerplate -p 8080:8080 python-flask-boilerplate

Enjoy!

About

Boilerplate repo for Flask + Waitress application in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published