Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 390 Bytes

Blog-API (Still in development)

A Blog API Built with NodeJS, Express and HarperDB(SQL)

Features

  • Markdown support (converts markdown to HTML)
  • Tags: multiple post tags.
  • Categories: distinguish post into categories.
  • Drafts: draft posts if not yet ready to publish.
  • Multi-author: posts from different authors.
  • Comments: allow users comment on a post.