Skip to content

bearddan2000/python-web-api-flask-dolt-simple

Repository files navigation

python-web-api-flask-dolt-simple

Description

Creates an api of dog for a flask project. Has the ability to query by parameters. If path is not found, will default to 404 error.

Tech stack

  • python
  • flask
  • dolt

Docker stack

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

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit