Blog's API using Spring and JPA.
https://blog-api-2.herokuapp.com
- Swagger
- Spring Data JPA
- H2 for development
Method | URL |
---|---|
GET | /posts |
POST | /posts |
GET | /posts/:postId |
DELETE | /posts/:postId |
GET | /posts/:postId/comments |
POST | /posts/:postId/comments |