Simple web app that serves an api for a tornado project as a frontend and remote calling a fastapi backend.
Uses async functions and tortoise oem to query a table dog
.
Remotely tested with testify.
- python
- tornado
- fastapi
- sqlalchemy
- testify
- requests
- postgresql
- python:latest
- postgres:alpine
sudo ./install.sh -u
- Get all dogs: http://localhost/dog
sudo ./install.sh -d
sudo ./install.sh -h