An open API service indexing awesome lists of open source software.

https://github.com/afsalashyana/spring-boot-tutorial

Spring boot related projects created as part of the spring boot tutorials in the YouTube channel Genuine Coder
https://github.com/afsalashyana/spring-boot-tutorial

android-client client-server-java-program spring-boot spring-jpa spring-web

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://www.youtube.com/c/GenuineCoder/)

[![Spring Boot Tutorial](http://img.youtube.com/vi/ev3-y9G8N70/0.jpg)](https://www.youtube.com/watch?v=ev3-y9G8N70&list=PLhs1urmduZ2_jNSEfOMTDojkvxMjgWzmd "Project Introduction - Chapter #1")

## 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