Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 668 Bytes

File metadata and controls

18 lines (10 loc) · 668 Bytes

Oicana Example FastAPI

Small example Python web service with FastAPI that uses Oicana for PDF templating.

Getting Started

  1. Install dependencies: uv sync
  2. Start the service: uv run python main.py or uv run uvicorn main:app --host 127.0.0.1 --port 3003
  3. Visit http://127.0.0.1:3003/docs for the Swagger documentation

Licensing

The code of this example project is licensed under the MIT license.

But please be aware that the dependency oicana is licensed under PolyForm Noncommercial License 1.0.0.