Preprod - short confluence and jira
https://bito.atlassian.net/wiki/x/PoBYNQ https://bito.atlassian.net/browse/BITO-12118
https://bito.atlassian.net/browse/BITO-12251?focusedCommentId=123133
Summary by Bito
This pull request adds two new standalone components: a Python Flask API for basic user management operations and a Java console application for managing person data with input validation and statistical calculations.
Detailed Changes
- Adds a new Flask API in api/app.py with a greeting endpoint and a POST /api/users endpoint for user creation
- Introduces a Person class in sample.java with name and age properties, including getters, setters, and display functionality
- Implements a Main class in sample.java that manages a list of persons, accepts user input for adding new entries with age validation, and calculates average age
Edited by Amruta Hulagar