Skip to content

rizaljihadudin/sweethome-construction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—οΈ SweetHome Construction

This is a Company Profile Website built with a separated frontend-backend architecture using:


πŸ“‚ Repository Structure

  • backend/ – Laravel project (RESTful API)
  • frontend/ – React project (consuming the API)

πŸš€ Features

βœ… Frontend (React.js)

  • Interactive landing page
  • About the company section
  • Blogs section
  • Services section
  • Contact section

βœ… Backend (Laravel)

  • Admin panel for content management
  • API for Services (CRUD)
  • API for Articles (CRUD)
  • API for Projects (CRUD)
  • API for Testimonials

πŸ› οΈ Getting Started (Local Development)

πŸ” 1. Clone the Repository

git clone https://github.com/rizaljihadudin/sweethome-construction.git
cd sweethome-construction

#SETUP BACKEND
cd backend

# Install PHP dependencies
composer install

# Copy and configure .env
cp .env.example .env

# Generate app key
php artisan key:generate

# Setup your database and run migrations
php artisan migrate --seed

# Run Laravel development server
php artisan serve


#SETUP FRONTEND
cd ../frontend

# Install Node dependencies
npm install

# Start development server
npm run dev


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •