Simple example of web API built on Quart async web framework(https://github.com/pgjones/quart) with PostgreSQL integration.
pipenv install
./create_db.sh to create new database named quart_api.
pipenv shell
cd quartApi
python init_data.py to create db table and prefill some data.
python main.py to run the server.