Git Product home page Git Product logo

user-management-system's Introduction

user-management-system

Overview

This RESTful API provides endpoints for basic CRUD operations on a user management system. It allows you to perform operations like creating, reading, updating, and deleting user information.

Table of Contents

Features

  • Create a new user
  • Retrieve user information
  • Update existing user details
  • Delete a user

Endpoints

  • Create User

    • POST /user/save
  • Get User

    • GET /user/display/{userId}
  • Get All User

    • GET /user/displayall
  • Update User

    • PUT /user/update/{userId}
  • Delete User

    • DELETE /user/delete/{userId}

Getting Started

Prerequisites

  • Java (version 17)
  • Spring Boot (version 3.2.0)
  • Database (MySQL)

Installation

  1. Clone the repository: git clone https://github.com/shivdatt23/user-management-system.git
  2. Navigate to the project directory: cd user-management-system
  3. Build the project:
  4. Run the application:

Usage

Make requests to the API using your preferred tool (e.g., Postman) or integrate it into your application.

Examples

Create User

postman POST  "Body: JSON"
'{
   
    "name":"shiv datt",
    "age":22,
    "email": "[email protected]",
    "password": "g22dd3",
    "mobile":9322228,
    "salary":23345
}'
 http://localhost:8080/user/save

user-management-system's People

Contributors

shivdatt23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.