(Updated Version of PHP-Weight-Manager)
Atta helps you to reach your aims in weight loss for a specific date. It will do so by calculating your daily dose of calories by your current weight to achive the best results to a chosen date.
Atta will calculate your BMI and needed calories. Based on these results and your choosen aims it'll tell you how many calories you can eat per day to get a good result. To get exact results you'll need to update your weight regulary. Your entries will be logged so you can create statistics and more.
PHP 7.2.*
(Apache)MySQL
(InnoDB)
These will come with a current Version of XAMPP
You can setup the App on your own or just use it here. In the current state, you'll only need to follow these steps for a local installation:
- Download and Install XAMPP (Atta requires PHP7.2+ and MySQL)
- Copy/Pull the files into XAMPP's
htdocs
directory. - Open the App in your browser. If configured correctly, the database should initialise itself. Otherwise, change the settings in
include/database.php
to match your database installation.