Skip to content

spghtti/blog-api

Repository files navigation

blog-api

About this project

A RESTful blog API that serves handles backend logic for my personal blog. Posts are managed via a separate custom CMS.

This is a solution to the Odin's Project's assignment as part of its Full-Stack Javascript curriculum.

Features

  • View blog posts
  • Publish, unpublish, edit and delete posts
  • Comment on articles
  • Admin authentication and authorization via JSON web tokens (JWT)

Built With

License

Distributed under the MIT License. See LICENSE.txt for more information.