Skip to content

Simple e-commerce of books with stripe checkout

Notifications You must be signed in to change notification settings

dcyar/bookstore

Repository files navigation

BOOKSTORE

Simple e-commerce of books with user wallet and stripe integration

View video demo project

Made with

Features

  • Admin Panel (Users, Roles, Plans, Authors, Books)
  • User Wallet with credits
  • User Library
  • Stripe integration for buy credits (Checkout sessions)

Installation

This project require stripe api keys, please read stripe docs

# Clone this repository in your root folder
git clone https://github.com/dcyar/bookstore.git 

# Install dependencies
composer install

# Navigate to the bookstore folder
cd bookstore

# Create file .env
cp .env.example .env

# Generate key
php artisan key:generate

# Generate symbolic link
php artisan storage:link

# Run migrations (tables and Seeders)
php artisan migrate --seed

# Create Server
php artisan serve

# Access to project in your browser
http://localhost:8000

# Admin account
[email protected]
password

Thanks for your visit.

About

Simple e-commerce of books with stripe checkout

Topics

Resources

Stars

Watchers

Forks

Languages