Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 501 Bytes

FastAPI example

This example demonstrates the integration with the FastAPI web-framework.

Running the example

  1. Start an instance of SBA (Spring Boot Admin):
    docker run -p 8082:8082 michayaak/spring-boot-admin:2.2.2
  2. Once Spring Boot Admin is running, you can run the examples as follow:
    cd examples/FastAPI
    poetry install
    poetry run python -m fastapi_example_app

FastAPI Example