这是一个轻量级的 Markdown 文档存储系统,具有以下特点:
curl -X POST http://localhost:5000/api/documents \
-H "Content-Type: application/json" \
-d '{
"title": "文档标题",
"content": "# Markdown 内容",
"category": "tech",
"tags": "python,flask"
}'
curl http://localhost:5000/api/documents