Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 492 Bytes

pyBraunschweig asyncio and webbackends talk from 2020-02-13

To start the examples, go to backend_examples, install the requirements from the requirements.txt and start the flask or the sanic example.

cd backend_examples
pip3 install -r requirements.txt
docker-compose up -d #start postgres
python3 flask-app.py

Or start the sanic-app:

python3 sanic-app.py

Then open the Examples Jupyter Notebook to run the examples.

Vortrag.slides.html contains the rendered talk.