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
- Host: GitHub
- URL: https://github.com/njxqlus/python-flask-boilerplate
- Owner: njxqlus
- Created: 2022-03-31T11:49:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T11:58:02.000Z (about 3 years ago)
- Last Synced: 2025-01-06T07:26:28.711Z (5 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!