Simple web app that serves an api for a tornado project.
Uses sqlalchemy and raw sql to query a table dog
.
Remotely tested with testify.
- python
- tornado
- sqlalchemy
- testify
- requests
- python:latest
- postgres:alpine
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