Giter VIP home page Giter VIP logo

app-calculation-management's Introduction

Calculation Management Application

The Calculation Management Application is a web-based system designed to manage calculations for employees in an organization. It provides functionality to create, update, and delete calculations for different types of calculations such as salary, pension, award, and vacation. The application also allows managing employees, organizations, and regions.

Technologies Used

  • Java 17
  • Spring Boot 2.7.5
  • Spring Data JPA
  • PostgreSQL
  • Lombok
  • ModelMapper
  • Swagger 2

Getting Started

To get started with the Calculation Management Application, follow these steps:

  • Clone the repository: git clone [email protected]:khurshidbek-bakhromjonov/app-calculation-management.git
  • Navigate to the project directory: cd app-calculation-management
  • Build the project: mvn clean install
  • Run the application: mvn spring-boot:run
  • Access the application at: http://localhost:8080

API Documentation

The API documentation is available using Swagger UI. You can access the Swagger UI at: http://localhost:8080/swagger-ui.html

Endpoints

Regions

  • POST /regions: Create a new region.
  • GET /regions/{id}: Get a region by its ID.
  • PUT /regions/{id}: Update a region by its ID.
  • DELETE /regions/{id}: Delete a region by its ID.

Organisations

  • POST /organisations: Create a new organisation.
  • GET /organisations/{id}: Get an organisation by its ID.
  • PUT /organisations/{id}: Update an organisation by its ID.
  • DELETE /organisations/{id}: Delete an organisation by its ID.

Employees

  • POST /employees: Create a new employee.
  • GET /employees/{id}: Get an employee by their ID.
  • PUT /employees/{id}: Update an employee by their ID.
  • DELETE /employees/{id}: Delete an employee by their ID.

Calculations

  • POST /calculations: Create a new calculation.
  • GET /calculations/{id}: Get a calculation by its ID.
  • PUT /calculations/{id}: Update a calculation by its ID.
  • DELETE /calculations/{id}: Delete a calculation by its ID.

app-calculation-management's People

Contributors

khurshidbek-bakhromjonov 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.