This application is a simple CRUD (Create, Read, Update, Delete) application built using Spring Boot for the backend and React for the frontend. The primary goal is to manage a list of users, where each user has a name, username, and email.
Technologies Used
• Backend:
- Spring Boot: A framework for building production-ready applications in Java.
- Spring Data JPA: For database operations and interaction.
- MySQL: A relational database management system used for persistent storage.
• Frontend:
- React: A JavaScript library for building user interfaces.
- Axios: For making HTTP requests to the backend.
- React Router: For handling navigation and routing within the application.
- CSS: For styling the components and enhancing the visual appearance.