Skip to content

bearddan2000/python-web-api-flask-ssl-dolt-basic-auth-pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-api-flask-ssl-dolt-basic-auth-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 basic authentication and self-signed ssl.

| username | password |

| user | pass |

Tech stack

  • python
  • flask
  • dolt

Docker stack

  • python:latest
  • dolthub/dolt-sql-serverdb:latest

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit