Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 797 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 797 Bytes

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