A web platform for the Constructo construction company with a public website and admin dashboard.
- Frontend: Reactjs, Sass, Bootstrap
- Backend: Laravel (PHP)
- Database: MySQL
- Showcase company projects, services, and team members
- Contact form for client inquiries
- Manage projects, services, team members
- Secured access for administrators
git clone https://github.com/aymane-bouIjam/Project-Constructo.git
cd Project-Constructo/backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
cd ../frontend
npm install
npm run dev
Edit .env
in the Laravel project:
DB_DATABASE=constructo_db
DB_USERNAME=root
DB_PASSWORD=your_password
php artisan migrate --seed