https://github.com/cyrix126/blog-markdown-api-rs
blog API backend written in rust for simply managing blog posts written in markdown.
https://github.com/cyrix126/blog-markdown-api-rs
Last synced: 3 months ago
JSON representation
blog API backend written in rust for simply managing blog posts written in markdown.
- Host: GitHub
- URL: https://github.com/cyrix126/blog-markdown-api-rs
- Owner: Cyrix126
- License: gpl-3.0
- Created: 2024-07-16T10:45:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T10:31:24.000Z (11 months ago)
- Last Synced: 2024-07-23T11:36:30.364Z (10 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Blog-Markdown-API-rs
## Status of developmenent
**Work in Progress**
## Description
BMAPIrs is a backend service offering a Restful API to manage markdown posts for a blog.
It will store the posts as files, generate a index as markdown and a rss file.The service will store the posts and generated documents as files, no database is used.