Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 860 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 860 Bytes

REST APIs for Blog posts Build Status

Creating REST APIs for Blog posts using Spring Boot. Features supported include:

  • Searching for a blog;
  • Fetching all blogs;
  • Fetching a single blog;
  • Creating a blog;
  • Updating an existing blog;
  • Deleting an existing blog;

References:

Salisu Wada's Medium blog for the basics of REST APIs and Spring Boot;
Travis-CI's getting started document for learning and implementing Continuous Integration;
Spring.io's Spring with Docker and Docker's getting started document for deployment on Docker.