Skip to content

bearddan2000/python-web-api-flask-traefik-postgres-pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-api-flask-traefic-postgres-pop

Description

Creates an api of pop for a flask project. Has the ability to query by parameters. If path is not found, will default to 404 error. Uses self-signed ssl.

Tech stack

  • python
  • flask
  • postgres
  • reverse proxy
  • ssl

Docker stack

  • alpine:edge
  • python:latest
  • postgresql
  • traefik:v2.4

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit