Creates an api of pop for a bottle project.
Has the ability to query by parameters.
Remotely tested with testify, the ssl is not verified.
Requires basic authentication for endpoints.
| username | password |
|---|---|
| user | pass |
- python
- bottle
- sqlalchemy
- testify
- requests
- mssql
- python:latest
- mcr.microsoft.com/mssql/server:2017-CU17-ubuntu
sudo ./install.sh -u
- Get all pops: https://localhost/pop
- Schema id, name, and color
- CRUD opperations
- Read: https://localhost/pop/ -u 'user:pass'
sudo ./install.sh -d
sudo ./install.sh -h