Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisoreb/shop-admin-panel-main
This project involves creating a robust admin panel to manage an e-commerce platform. It utilizes Laravel for the backend structure and Livewire for dynamic frontend interactions. The panel also offers a comprehensive API for scalability and flexibility.
https://github.com/gisoreb/shop-admin-panel-main
Last synced: 6 days ago
JSON representation
This project involves creating a robust admin panel to manage an e-commerce platform. It utilizes Laravel for the backend structure and Livewire for dynamic frontend interactions. The panel also offers a comprehensive API for scalability and flexibility.
- Host: GitHub
- URL: https://github.com/gisoreb/shop-admin-panel-main
- Owner: GisoreB
- Created: 2024-07-22T06:56:31.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T07:03:48.000Z (4 months ago)
- Last Synced: 2024-07-22T08:29:49.399Z (4 months ago)
- Language: PHP
- Size: 3.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Admin Panel with Laravel & Livewire with API
## Overview
This project involves creating a robust admin panel to manage an e-commerce platform. It utilizes **Laravel** for the backend structure and **Livewire** for dynamic frontend interactions. The panel also offers a comprehensive **API** for scalability and flexibility.
### Screenshots
![Screenshot 2024-07-22 094420](https://github.com/user-attachments/assets/ed97d5ce-0162-4d40-9776-418e3f2bb82a)
![Screenshot 2024-07-22 094049](https://github.com/user-attachments/assets/beb8bbd0-9ff4-40b2-b231-b7a9596e05da)
![Screenshot 2024-07-22 092738](https://github.com/user-attachments/assets/8ea2e3dc-b1a1-4427-85ac-e1806e7a456e)
![Screenshot 2024-07-22 092640](https://github.com/user-attachments/assets/978db080-b2b2-4d99-b866-f35adb5614d2)### Installation Steps
#### Laravel Installation
1. **Clone the project repository:**
```bash
git clone https://github.com/GisoreB/shop-admin-panel-main.git
```
2. **Navigate to the project directory:**
```bash
cd shop
```
3. **Laravel & Livewire Setup:**
```bash
composer install
```
4. **Create a copy of the .env file:**
```bash
cp .env.example .env
```
5. **Generate an application key:**
```bash
php artisan key:generate
```
6. **Run migrations and seed the database (if needed):**
```bash
php artisan migrate --seed
```