Skip to content

axe-api/blog-api

Repository files navigation

Axe API

This is an Axe API project.

Axe API: Redefining Rest API Development

Resources

  • users/:id
  • blogs/:id
  • blogs/:blogId/posts/:id
  • blogs/:blogId/posts/:postId/comments/:id
  • login

Rules

  • All endpoints are public
  • Blogs, Posts and Comments require authentication
  • Every user can manage only their content.