Skip to content

spring-rookie/blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5449e66 · Oct 15, 2018

History

44 Commits
Sep 21, 2018
Oct 15, 2018
Sep 21, 2018
Sep 21, 2018
Sep 21, 2018
Sep 21, 2018
Oct 15, 2018

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

Packages

No packages published

Languages