Simple web app that serves an api for a bottle project.
Uses sqlalchemy query a table dog
using chained sql functions.
Remotely tested with testify.
- python
- bottle
- sqlalchemy
- testify
- response
- dolt
- python:latest
- dolthub/dolt-sql-serverdb
sudo ./install.sh -u
- Get all dogs: http://localhost/dog
- Schema id, name, and color
- CRUD opperations
- Create: curl -i -X PUT localhost/dog/
- Read: http://localhost/dog/
- Update: curl -i -X POST localhost/dog///
- Delete: curl -i -X DELETE localhost/dog/
sudo ./install.sh -d
sudo ./install.sh -h