Simple e-commerce of books with user wallet and stripe integration
View video demo project
- Admin Panel (Users, Roles, Plans, Authors, Books)
- User Wallet with credits
- User Library
- Stripe integration for buy credits (Checkout sessions)
- Check for requirements laravel
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.
- Twitter: @jhonachata