This is a project created using Laravel 11. NutriHealth is an informative website that helps users understand the importance of nutrition and health
- Composer
- MySQL or PostgreSQL ( other database supported by laravel)
- PHP >= 8.1
-
Clone the repository
git clone https://github.com/Daarns/NutriHealth.git
cd NutriHealth -
Install PHP dependencies using composer
composer install
Copy .env.example to .env:
Set the environment variables in the .env file to match your setup.
Open terminal and write "php artisan serve".
Open the application in ur browser.
