Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 535 Bytes

BOMACARE: A Web-Based Platform Connecting Domestic Workers with Clients for Quality Homecare Services in Nairobi

This is an implementation of the BomaCare website.

Installation and Setup

To run this project locally clone the repository and in the project directory,run the following commands:

copy .env.example .env
composer install
php artisan key:generate
php artisan migrate
npm install
npm run dev
php artisan serve

Technologies Used

Laravel
Flowbite
Vue
Tailwindcss
Vite