https://github.com/salimi-my/book-store
This is an online book store e-commerce app created using Laravel, React and Inertia.
https://github.com/salimi-my/book-store
inertiajs laravel payment-gateway reactjs tailwindcss toyyibpay zustand
Last synced: 6 months ago
JSON representation
This is an online book store e-commerce app created using Laravel, React and Inertia.
- Host: GitHub
- URL: https://github.com/salimi-my/book-store
- Owner: salimi-my
- Created: 2023-08-24T15:53:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T15:56:23.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:16:08.735Z (6 months ago)
- Topics: inertiajs, laravel, payment-gateway, reactjs, tailwindcss, toyyibpay, zustand
- Language: PHP
- Homepage: https://book-store.salimi.my
- Size: 8.9 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Book Store](https://book-store.salimi.my) · [](https://www.linkedin.com/in/mohamad-salimi/)
This is an online book store e-commerce app created using Laravel, React and Inertia. Complete with payment gateway using toyyibPay for Online Banking (FPX).
## Book Store e-Commerce
- A complete e-commerce app
- Server side carts
- ToyyibPay payment gateway## Tech/framework used
- Laravel
- Inertia.js
- React.js
- Tailwind CSS
- MySQL
- Zustand
- ToyyibPay## Starting the project
Open the .env.example and fill in your database & toyyibPay configurations then save it as .env then run the following command:
```bash
#Install dependencies
composer install
npm install#Run database migration & seeding
php artisan migrate
php artisan db:seed#Start the app
npm run dev
php artisan serve
```## Demo
Hosted privately on personal DigitalOcean Droplet. [Click here](https://book-store.salimi.my) to visit.
Direct link: `https://book-store.salimi.my`## Screenshots
#### Landing page

#### Book page

#### Book details page

#### Sign in page

#### Sign up page

#### User account page

#### User addresses page

#### Sidebar cart

#### Cart page

#### Checkout page

#### ToyyibPay payment page

#### Orders list page

#### Order detail page
