FastAPI backend rendering HTML with html5tagger, content persisted in a kanta database and rendered per request. Vue only for the editing tools (page editor over a WebSocket, site/structure editor); public pages are plain HTML with fetch navigation. No auth: single trusted author.
2 lines
77 B
Python
2 lines
77 B
Python
"""Backend package with FastAPI application and Vue frontend integration."""
|