It can be hard to know how much or what kind of activity you need to stay healthy. Fitbliss is a fitness tracker application that has various features to help its users manage their health. It helps its users know how much physical activity they need, keep track of their daily exercises, and shows them how many calories they are burning.
Users have to create an account to use the application. The user’s information is stored in a MySQL database. This information (height, weight, year of birth, gender) is used to calculate the recommended amount of calories they need to burn daily. They are able to add exercises done during their day, and a pie chart is used to show this daily activity. They can also view their entire history of exercises done.
Download MySQL Database Dump · GitHub
View PDF Report · Google Drive
Download Repository · GitHub
- Download the Fitbliss application as an executable JAR file.
- Download Fitbliss-Database.sql MySQL database dump as an SQL file.
- Download and install a web server stack, like XAMPP or WAMP.
- Open XAMPP or WAMP Control Panel.
- Start Apache and MySQL.
- Open a web browser and go to PHPMyAdmin at http://localhost/phpmyadmin.
- Create a new database named fitbliss.
- Import your downloaded Fitbliss-Database.sql file to the new database.
- Open your downloaded Fitbliss.jar file.
- Java 18.0
- Swing GUI Toolkit 18.0
- MySQL 8.0
- IntelliJ IDEA Ultimate 2022.2
- XAMPP 8.1
- Java MySQL Connector 8.0
- Abhijeet Pitumbur
- Oudish Thacooree
- Viman Singh Sreepaul