View on GitHub

Online-bakery-store

It is an online bakery store where user can login and register, add cakes to cart and will be charged through Stripe. Solely based on php mysql bootstrap.

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. homepage

To make any orders, user needs to login first. login

If user doesn’t has an account, user can register too. register

Now after signing up or signing in, User can place orders of general cakes of bakery aswell personalized cakes. customcake

User can view the cart. order

They can reduce the quantity by one or all by clicking on coresponding options. User can lso checkout by clicking on checkout. checkout

After buying and getting charged, when user returns to hme page, they get a success message and order badge reduced back to null. successful

User can also view all their prevous orders made. profile

Built with

  1. Bootstrap
  2. 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

  1. Laravel PHP framework
  2. 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

  1. PHP >= 5.4
  2. MCrypt PHP Extension