Creates an api of pop
by using chained sql functions for a flask project.
Has the ability to query by parameters.
If path is not found, will default to 404 error.
Remotely tested with testify.
- python
- flask
- sqlalchemy
- testify
- requests
- python:latest
- dolthub/dolt-sql-serverdb:latest
sudo ./install.sh -u
- Get all pops: http://localhost/pop
- Schema id, name, and color
- CRUD opperations
- Create: curl -i -X PUT localhost/pop/
- Read: http://localhost/pop/
- Update: curl -i -X POST localhost/pop///
- Delete: curl -i -X DELETE localhost/pop/
sudo ./install.sh -d
sudo ./install.sh -h