Online Bakery Store
This allows users to check and purchase various bakery products available online.User can add the selected items it to his shopping cart.User needs to register on the site before checking out.He can then login using same id password next time.Now he may pay through a Stripe.In addition, SQL serves as a backend to store bakery products lists data.Thus, the online Bakery shopping project brings an entire bakery shop online, making it easy for both buyer and seller.
It begins with the homepage.
To make any orders, user needs to login first.
If user doesn’t has an account, user can register too.
Now after signing up or signing in, User can place orders of general cakes of bakery aswell personalized cakes.
User can view the cart.
They can reduce the quantity by one or all by clicking on coresponding options. User can lso checkout by clicking on checkout.
After buying and getting charged, when user returns to hme page, they get a success message and order badge reduced back to null.
User can also view all their prevous orders made.
Built with
- Bootstrap
- Laravel
Getting Started
Download the repository. Copy it to C: -> xampp -> htdocs.
Start the Apache and MySQL from xampp control panel.
On command line, direct to the online-bakery-store using cd command and run the following command:
php artisan serve
Prerequisites
- Laravel PHP framework
- Editor
Installing Laravel
Install composer. Issue the Composer create-project command in your terminal:
composer create-project laravel/laravel {directory} 4.2 --prefer-dist
Server Requirements
- PHP >= 5.4
- MCrypt PHP Extension