Skip to content

bearddan2000/python-web-tornado-async-api-mysql-tortoise-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-tornado-async-api-mysql-tortoise-simple

Description

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.

Tech stack

  • python
    • tornado
    • fastapi
    • sqlalchemy
    • testify
    • requests
  • mysql

Docker stack

  • python:latest
  • mariadb:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit