This is an Axe API project.
Axe API: Redefining Rest API Development
- users/:id
- blogs/:id
- blogs/:blogId/posts/:id
- blogs/:blogId/posts/:postId/comments/:id
- login
- All endpoints are public
- Blogs,- Postsand- Commentsrequire authentication
- Every user can manage only their content.