An open API service indexing awesome lists of open source software.

https://github.com/bouchraakl/statistics_desafio

Repository containing Spring Boot app for calculating statistics from a list of values. Includes mean, median, and standard deviation calculations
https://github.com/bouchraakl/statistics_desafio

java spring-boot statistics

Last synced: about 2 months ago
JSON representation

Repository containing Spring Boot app for calculating statistics from a list of values. Includes mean, median, and standard deviation calculations

Awesome Lists containing this project

README

        

# Spring Statistics Calculator

This Spring Boot application calculates statistics such as mean, median, and standard deviation from a list of values.

## How to Use

1. Clone the repository.
2. Build and run the Spring application.
3. Make a POST request to `/api/calculate` with a JSON body containing a list of values.
4. The response will contain calculated statistics.

## API Endpoint

- POST `/api/calculate` - Calculate statistics from a list of values.

## Technologies Used

- Spring Boot
- Java
- Lombok