Skip to content

AHMED-GAMAL-AG/BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookStore

an e-commerce platform with all essential functionalities with strong administration capabilities, using PayPal and Stripe as payment gateways

You can find an installation guide bellow.

Screenshoots

Show all books on the home page :

image image

the user can search for a book :

image

View book details :

image image

Rate a book if purchased it before or change the previous rating :

image

add a book to the cart :

image

The user can remove a book, empty the card pay with any card type using Stripe or PayPal :

image

Paying with visa card using stripe :

image image

Paying with PayPal :

image image

get a confirmation email after purchase :

image

The user can see previous orders :

image

The user can search through categories, authors, and publishers :

image image

The admin can see the store statistics:

image

The admins can view all books add/edit/delete/search for a book :

image

The admins can view all categories add/edit/delete/search a category :

image

The admins can view all authors add/edit/delete/search an author :

image

The admins can view all publishers add/edit/delete/search a publisher :

image

only super admins can view all users add/edit/delete/search a user :

image image

The admin can view all purchases on the website :

image

installation

  • git clone https://github.com/AHMED-GAMAL-AG/BookStore.git
  • Create a .env file and configure the database.
  • composer install
  • npm install
  • php artisan key:generate
  • php artisan migrate --seed
  • php artisan storage:link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published