tabarro3 is a platform aimed at raising awareness about blood donation in Morocco by connecting potential donors with those in need. The name "tabarro3" is derived from the Arabic word تبرع (tabara'), which means "to donate.". It addresses the challenges of awareness and ease of access in blood donation and the difficulty of finding donors in emergencies.
- Laravel 10 (RESTful API)
- Next.js + TypeScript
- Tailwind CSS
- Supabase (PostgreSQL)
- Clone the repository
git clone https://github.com/HMZElidrissi/tabarro3.git
- Install dependencies
cd tabarro3
composer install
- Create a
.env
file and copy the contents of.env.example
to it
cp .env.example .env
- Generate an application key
php artisan key:generate
- Generate a JWT secret
php artisan jwt:secret
- Run the migrations
php artisan migrate
- Start the development server
php artisan serve
The Frontend is available at tabarro3 Frontend
- Integrate WhatsApp API for notifications