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.
Uses basic authentication.
| user | pass |
- python
- flask
- python:latest
- dolthub/dolt-sql-serverdb:latest
sudo ./install.sh -u
- Endpoint
curl -i localhost/dog -u user:pass
sudo ./install.sh -d
sudo ./install.sh -h