Skip to content

This repository contains a dynamic eCommerce marketplace application built with PHP, Laravel, and Livewire. Explore the world of online buying and selling with a touch of humor!

License

Notifications You must be signed in to change notification settings

Drawilet/giggle-market-laravel

Repository files navigation

Giggle Market

Giggle Market is an online marketplace application developed using Laravel, Livewire, and PHP. It provides a platform for sellers to list their products and for customers to browse, shop, and make purchases.

Warning: This project is currently under development and is not recommended for production use.

Features

Seller View

  • CRUD Operations: Sellers can manage taxes, categories, products, and users.
  • Sales Tracking: Sellers can view their sales.

Customer View

  • Customers can browse all sellers' products.
  • They can add products to their cart and modify quantities.
  • Checkout displays the final price and allows purchases.
  • Customers can view their purchase history.

Installation

  1. Clone the repository: git clone https://github.com/Drawilet/giggle-market-laravel
  2. Change to the project directory: cd giggle-market
  3. Install dependencies using Yarn: yarn install
  4. Set up the Laravel environment and database.
  5. Run migrations and seed the database: php artisan migrate --seed
  6. Start the development server: php artisan serve
  7. Start vite: npm run dev
  8. Start the websocket server: php artisan websockets:serve
  9. Access Giggle Market at http://localhost:8000 in your web browser.

Usage

Seller Account

  • Create or log in to your seller account.
  • Manage products, categories, taxes, and track sales.

Customer Account

  • Browse products from various sellers.
  • Add products to your cart and proceed to checkout.
  • Complete purchases and view your purchase history.

Contributing

If you'd like to contribute to Giggle Market, please follow our contribution guidelines.

License

This project is open-source and available under the MIT License.

About

This repository contains a dynamic eCommerce marketplace application built with PHP, Laravel, and Livewire. Explore the world of online buying and selling with a touch of humor!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages