Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 922 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 922 Bytes

blog-api

Build Status

Deploy to Heroku

Blog's API using Spring and JPA.

Demo

https://blog-api-2.herokuapp.com

Tools

  • Swagger
  • Spring Data JPA
  • H2 for development

API

Posts

Method URL
GET /posts
POST /posts
GET /posts/:postId
DELETE /posts/:postId
GET /posts/:postId/comments
POST /posts/:postId/comments

Posts

Posts