Skip to content

spring-rookie/blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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