Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-api-flask-ssl-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

Docker stack

  • python:latest
  • postgresql

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit