Simple web app that serves an api for a bottle project.
Uses sqlalchemy query a table pop
using chained sql functions.
Remotely tested with testify.
- python
- bottle
- sqlalchemy
- testify
- response
- mysql
- python:latest
- mariadb
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