Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antaridj1/interior-design-web
A web application built with Laravel 8 that helps manage interior design projects and showcases portfolios. It supports three user roles: Admin, Employee (Interior Designer), and Client.
https://github.com/antaridj1/interior-design-web
bootstrap css html interior-design laravel laravel8 php web-development
Last synced: about 1 month ago
JSON representation
A web application built with Laravel 8 that helps manage interior design projects and showcases portfolios. It supports three user roles: Admin, Employee (Interior Designer), and Client.
- Host: GitHub
- URL: https://github.com/antaridj1/interior-design-web
- Owner: antaridj1
- Created: 2023-02-13T11:53:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T07:31:27.000Z (2 months ago)
- Last Synced: 2024-09-28T19:41:39.311Z (about 2 months ago)
- Topics: bootstrap, css, html, interior-design, laravel, laravel8, php, web-development
- Language: Blade
- Homepage:
- Size: 14.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Interior Design Management Web
**Interior Design Management Web** is a streamlined web application built with Laravel 8, designed to support interior design corporate to manage their client's projects. The application provides a user-friendly landing page for potential customers, pages for client to see the project progress, pages for employee to report their progress, and admin dashboard for owner of the company
### Key Features
- **Order System:** Order interior design and sent a notification with email and whatsapp.
- **Report Management:** Upload and see the progress report of the project
- **Admin Dashboard:** Manage the projects with a comprehensive dashboard.
- **Responsive Design:** Optimized for both desktop and mobile devices.## Getting Started
### Requirements
- **PHP** >= 8.0
- **Composer**
- **MySQL** database
- **Web Server:** Apache, Nginx, or similar### Installation
1. **Clone Repository**
```bash
git clone https://github.com/your-username/interior-design-web.git
cd interior-design-web
composer install
```
2. **Create Environtment**
```bash
cp .env.example .env
```
3. **Generate Key in .env**
```bash
php artisan key:generate
```
4. **Create Database**
Create a database named "interior"5. **Run The Migrations**
```bash
php artisan migrate --seed
```
6. **Run The Web**
```bash
php artisan server
```
Visit http://127.0.0.1:8000 to access the application.