Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 942 Bytes

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