Spring-boot-tutorial icon indicating copy to clipboard operation
Spring-boot-tutorial copied to clipboard

Spring boot related projects created as part of the spring boot tutorials in the YouTube channel Genuine Coder

Spring boot server and Android client app

This is a tutorial project created for teaching Spring boot server and its capabilities. This project has Spring boot server and Android client application.

Tutorial playlist at Genuine Coder

Spring Boot Tutorial

Server functionalities

  • Work with MySQL Database using Spring JPA
  • Provide REST API using Spring Web

Client functionalities

  • Provides a form to create new employees
  • Lists all the employee objects in a RecyclerView