tutorials/media-manager #1

Merged
aetos merged 14 commits from tutorials/media-manager into main 2025-11-20 17:37:19 +00:00
Showing only changes of commit aec1d53bcc - Show all commits

View File

@@ -124,11 +124,9 @@
</p> </p>
<a href="/mongo-ops/">View Documentation →</a> <a href="/mongo-ops/">View Documentation →</a>
</div> </div>
</div>
<div class="grid">
<div class="card"> <div class="card">
<h2>Mongo Ops</h2> <h2>Blog API</h2>
<p> <p>
A modular, async Blog API backend for FastAPI microservices. A modular, async Blog API backend for FastAPI microservices.
Provides streamlined CRUD operations for articles and authors, supports nested author details within article endpoints, and enables simple association management between content and contributors. Provides streamlined CRUD operations for articles and authors, supports nested author details within article endpoints, and enables simple association management between content and contributors.