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.