Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```