Skip to content

gruunday/PythonFlaskAPI

Repository files navigation

Python API Template

This repo is a template for a python api with Flask

Configure & Install

Configure config.yml

Optional To generate only the configuration files

make config

To run container on port 5005

make build

To run the container with traefik proxy and letsencrypt

make traefik

Note: If you are running this locally you won't be able to get a cert from letsencrypt You should then build for local

make local

If you want to stop all containers

make stop

If you want to remove all generated config files

make clean

Issues

If you have any questions or issues please open an issue on this repo