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
- Host: GitHub
- URL: https://github.com/afsalashyana/spring-boot-tutorial
- Owner: afsalashyana
- Created: 2022-03-13T18:12:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T07:00:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T23:41:31.022Z (11 months ago)
- Topics: android-client, client-server-java-program, spring-boot, spring-jpa, spring-web
- Language: Java
- Homepage:
- Size: 4.1 MB
- Stars: 16
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
[](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
