An open API service indexing awesome lists of open source software.

https://github.com/njxqlus/python-flask-boilerplate

Boilerplate repo for Flask + Waitress application in Docker
https://github.com/njxqlus/python-flask-boilerplate

Last synced: 3 months ago
JSON representation

Boilerplate repo for Flask + Waitress application in Docker

Awesome Lists containing this project

README

        

# 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!