Fit Boost is a health and fitness app that helps users achieve their fitness goals by providing personalized workout and meal plans.
- Personalized dashboard
- Workout tracking
- Meal planning
- Progress tracking
- Social sharing
- Reminders and notifications
- Laravel for the backend API
- PostgreSQL for the database
- Clone the repository to your local machine.
- Run
composer install
to install Laravel dependencies. - Create a new database and configure the
.env
file with your database credentials. - Run
php artisan migrate
to create the database tables.
Please refer to the Fit Boost API documentation for detailed instructions on how to use the app.
- Fork the repository.
- Create a new branch for your feature.
- Make your changes and commit them with clear commit messages.
- Submit a pull request to the
master
branch.
This project is licensed under the MIT License - see the LICENSE file for details.