Created a full stack CRUD ( Create, Read, Update, Delete) using Spring boot and React Hooks using Functional Components. The project features Web Services (REST API) using Spring, Hibernate ORM and MySQL on Backend and Tested using Postman and handle the same REST API on react in frontend using AXIOS.
Features:
1. Backend Creation of a Spring Boot project and packages Connection with MySQL Database using Hibernate ORM Used Annotated Controllers for Mapping data from the database
2. Frontend
Created React App and edited pages using Bootstrap library Utilised AXIOS GET and POST to Display the Information and post data to the Database Configure Routing using REACT-ROUTER-DOM Create Register User Form using React Stored User Information inside state Custom Exception Handling Edit, Delete and View Functionalities of a specific user using AXIOS