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.
| user | pass |
- python
- flask
- postgres
- python:latest
- postgresql
sudo ./install.sh -u
- Endpoint
curl -i localhost/pop -u user:pass
sudo ./install.sh -d
sudo ./install.sh -h