Skip to content

Example project for using Oicana templates in FastAPI services

License

Notifications You must be signed in to change notification settings

oicana/oicana-example-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example project for using Oicana templates in FastAPI services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages