about us : Membre de l'association "Amis du Malade", une association à but humanitaire, dont les missions comprennent l'organisation de campagnes de don de sang, de campagnes de sensibilisation et de conférences dans le domaine de la santé, ainsi que le soutien matériel et moral aux patients
This project is a web application built using Laravel and Vue.js. It aims to provide a platform for managing blood donation campaigns and donor information. The application is designed for use by donors, collaborators, and administrators, each with specific functionalities.
app/Models
: Contains the Eloquent models for interacting with the database.app/Http/Controllers
: Houses the controllers that handle the incoming requests and return responses.resources/views
: Contains Blade templates for rendering the HTML pages.resources/js
: Includes JavaScript files for adding interactivity to the frontend.
composer install
to install PHP dependencies.npm install
to install JavaScript dependencies..env.example
to .env
and configure your environment variables.php artisan key:generate
to generate the application key.php artisan migrate
to set up the database.npm run dev
.http://localhost:8000
.