Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 801 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 801 Bytes

nutrients-calculator

Calculator lets user to calculate weight of chosen products in relation to daily energy intake.

Firstly user chooses how many calories and which products he/she wants to consume.

This calculation becomes complex because proper fitness menu has restrictions on how many macronutrients (proteins, fats and carbohydrates) can be consumed by athlete. Here the problem gets multidimensional and difficult to solve "by hand".

This calculator is an attempt to solve such problem by solving linear systems of equations.

Technologies stack: DB: MySQL 6, Servlet Container: Apache Tomcat 7; Jetty; Apache Commons Math 3.5 API Platforms/frameworks: JPA 2.0, Servlets 3.0, Angular 1.3.14, Twitter Bootstrap 3; GitHub: https://github.com/Vitenok/nutrientsCalculator