Skip to content

me-anshulsharma/UserManagementApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Full Stack User Management System

A full-stack application for managing users built with Spring Boot as the backend and React as the frontend. This application allows users to perform CRUD (Create, Read, Update, Delete) operations on user data.

Snapshots

image

image

image

image

Technologies Used

  • Backend: Spring Boot, Spring Data JPA, Hibernate, Rest API
  • Frontend: React.js Bootstrap5
  • Database: MySQL
  • Other tools: VS Code, IntelliJ Idea, Postman, MySQL Workbench

Features

  • User registration with name, username, and email
  • View user details
  • Update user information
  • Delete users from the system

API Endpoints

  • POST /user Create a new user
  • GET /users Retrieve all users
  • GET /user/{id} Retrieve a user by ID
  • PUT /user/{id} Update a user by ID
  • DELETE /user/{id} Delete a user by ID

Usage

  • Open the application in your browser at http://localhost:3000.
  • Use the navigation to add, view, edit, or delete users.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages