API for creating, deleting and receiving posts, which will be developed in the future.
Create post
POST http://localhost:8080/api/post
{
"title": "POST TITLE",
"description": "POST DESCRIPTION",
"author": "POST AUTHOR"
}Show all posts
GET http://localhost:8080/api/postDelete post
DELETE http://localhost:8080/api/post?title=POST TITLEThank you