Skip to content

Example RESTful application that uses React for client and Spring Boot as backend service

Notifications You must be signed in to change notification settings

tennebo/spring-react-restful-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot & React - Example RESTful Application


Application Name: Meeting

Meeting is an example RESTful application that uses React for client and Spring Boot as backend service. Demonstrates CRUD operations for Employee, Department and Meeting entities. Client and server applications are formed as separate projects.

Client Application: meeting-client

Server Application: meeting-server

MySQL create script with initial data: db_meeting.sql

MySQL Workbench project file: meeting.mwb

Meeting ER Diagram:

Meeting ER

TODO:

  • Add Pagination(Lazy loading)
  • Add Authentication & Authorization
  • Add client side input validation, toast notification and loader effect
  • Add RESTful fail checks both for client and server side
  • May add service interfaces
  • Add client tests

About

Example RESTful application that uses React for client and Spring Boot as backend service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.5%
  • JavaScript 39.5%
  • Other 1.0%