Skip to content

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.

Notifications You must be signed in to change notification settings

Pushkar-sharma02/SpringBoot-CRUD-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot CRUD APP

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:

  1. Spring Boot: A framework for building production-ready applications in Java.
  2. Spring Data JPA: For database operations and interaction.
  3. MySQL: A relational database management system used for persistent storage.

• Frontend:

  1. React: A JavaScript library for building user interfaces.
  2. Axios: For making HTTP requests to the backend.
  3. React Router: For handling navigation and routing within the application.
  4. CSS: For styling the components and enhancing the visual appearance.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages