Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 933 Bytes

File metadata and controls

30 lines (22 loc) · 933 Bytes

cloud-api

Build Status

Deploy to Heroku

Cloud's API using Spring and JPA.

Demo

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

Tools

  • Swagger
  • Spring Data JPA
  • H2 for development

API

Posts

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

Posts

Posts