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
- Host: GitHub
- URL: https://github.com/bouchraakl/statistics_desafio
- Owner: bouchraakl
- Created: 2023-08-08T23:08:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T00:27:14.000Z (over 1 year ago)
- Last Synced: 2024-04-07T01:29:15.493Z (about 1 year ago)
- Topics: java, spring-boot, statistics
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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