Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabdusshakur/digital-product-shop
simple digital product selling website built with Laravel and Livewire, with manual payment for local area stores
https://github.com/mabdusshakur/digital-product-shop
ecommerce laravel livewire shop
Last synced: 28 days ago
JSON representation
simple digital product selling website built with Laravel and Livewire, with manual payment for local area stores
- Host: GitHub
- URL: https://github.com/mabdusshakur/digital-product-shop
- Owner: mabdusshakur
- Created: 2023-11-30T11:36:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T06:39:29.000Z (12 months ago)
- Last Synced: 2024-01-06T11:25:34.886Z (12 months ago)
- Topics: ecommerce, laravel, livewire, shop
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Product Shop
This is a simple digital product selling website built with Laravel and Livewire, designed specifically for local businesses.
## Features
- Browse and search for digital products
- Create products with multiple subscriptions
- Add products to the cart
- Add products to the wishlist
- Checkout using a manual payment gateway
- Deliver products through email## Installation
1. Clone the repository:
```bash
git clone https://github.com/mabdusshakur/digital-product-shop.git
```2. Install the dependencies:
```bash
composer install
```3. Set up the environment variables:
```bash
cp .env.example .env
php artisan key:generate
```4. Configure the database connection in the `.env` file.
5. Configure SMTP mail service in the `.env` file.
6. Run the database migrations:
```bash
php artisan migrate
```7. Start the development server:
```bash
php artisan serve
```8. Visit `http://localhost:8000` in your browser to access the website.
## Contributing
Contributors are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.