Simple shop built in React and Laravel
This application is a simple shop using REST API where the backend is based on Laravel and the front end is on React and has the following features:
- Authorization and Authentication based on Laravel Sanctum
- Cart with the volume of products in general, single product item number, total price, single product price, the total volume of product
- List of products with a short description and featured picture
- Detailed product page with more pictures and a longer description
- On the main shop page products are presented with the number of available items (decreased when added to the cart accordingly)
- Ability to store cart not only In local storage but also in backend
- Restoring the cart after logout and login to the cart again
- DB uses the Many to Many patterns
The page is located on VPS using mikr.us hosting company servers.
The address of the page is https://reactshop.toadres.pl/