Simple web app that serves an api for a tornado project.
Uses sqlalchemy and chained sql functions to query a table dog
.
Remotely tested with testify.
- python
- tornado
- sqlalchemy
- testify
- requests
- cockroachdb
- python:latest
- cockroachdb/cockroach:v19.2.4
sudo ./install.sh -u
- Get all dogs: http://localhost/dog
- Schema id, breed, 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