Generate OpenAPI spec and API HTML docs

This commit is contained in:
Ryan
2025-04-17 06:04:15 -04:00
committed by GitHub
parent d839b3ac1c
commit 2dfcb4062f
4 changed files with 5047 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## Changes 4/17
- Generate OpenAPI spec and API HTML docs
- Fully autogenerated OpenAPI spec (`openapi.json`) and interactive HTML docs (`api.html`) powered by Redoc.
---
## Changes 4/16 Refactor API endpoints and modularize controllers and models
- Reorganized project structure to separate API logic into dedicated controllers and models: