gruunday / PythonFlaskAPI

A Simple Python Flask API Template with API Keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Simple Python Flask API Template with API Keys

License:MIT License


Languages

Language:Python 69.2%Language:Makefile 17.2%Language:Dockerfile 13.7%