Skip to content

Latest commit

 

History

History
executable file
·
36 lines (28 loc) · 872 Bytes

File metadata and controls

executable file
·
36 lines (28 loc) · 872 Bytes

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

| username | password |

| user | pass |

Tech stack

  • python
  • flask
  • dolt

Docker stack

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

To run

sudo ./install.sh -u

  • Endpoint
    • curl -i localhost/pop -u user:pass

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit