Giter Club home page Giter Club logo

attendancemanagementsystem's Introduction

Attendance Management System based on SpringBoot 3.1.x

APIs

  • Person Add
  • Person View
  • Person Update
  • Attendance Add
  • Attendance View

Working:

Person Add: Post Request /person/add

Request:

{
    "personName": "Nikket Chandwani",
    "personAge": "24",
    "jobType": "IT"
}
Response:

{
    "data": {
        "personId": 23,
        "personName": "Nikket Chandwani",
        "personAge": "24",
        "jobType": "IT"
    },
    "message": "Successfully added Person ",
    "

Person View: Get Request : /person/view/{id}

Request: 
Response: 
{
    "data": {
        "personId": 1,
        "personName": "Nikket C",
        "personAge": "1",
        "jobType": "IT"
    },
    "message": "Below",
    "status": 200
}

Update Person: Put Request: /person/update/{id}

Request: 
{
    "personAge": "23",
    "jobType": "RBL Bank"
}
Response:
{
    "data": {
        "personId": 2,
        "personName": "Nikket C",
        "personAge": "23",
        "jobType": "RBL Bank"
    },
    "message": "Update Successful",
    "status": 200
}

Attendance Add: attendance/{id}/add/

Request: 
{
    
}
Response:
{
    "data": {
        "attendanceId": 10,
        "attendanceDateTime": "21/07/23"
    },
    "message": "Successfully added Attendance ",
    "status": 200
}

Attendance View: attendance/{id}/view/

Request:
Response:
{
    "data": "[AttendanceDTO{attendanceId=14, attendanceDateTime='2023-07-21'}]",
    "message": "Viewing person ",
    "status": 200
}

attendancemanagementsystem's People

Contributors

chandwaninikket 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.