This repository contains Blog Application Backend. This application created in spring-boot.
APIs:
User API: User can add user, delete user, update user, get all user, get user by id.
Category API: User can add category, delete category, update category, get all category.
Poat API: User can add post, delete post, update post, get all post, get category wise post.