An open API service indexing awesome lists of open source software.

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.

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.