This Project is a Simple Backend Application which does the following things:
- Calculate the BMI , Category & Health Risk of patients data from raw json file.
- Save the data in a Sqlite3 Database.
- Display the BMI & Health Risk of patients data from the Database.(Default Limit to fetch records is 100 Records)
- The Overweight Count is fetched by a Sql Query.
Usage
- Install the required dependencies from requirements.txt
- Run the application from the command line by running the following command: This will print the patients data in the console and also overweight count.
python3 app/bmi_backend_application.py