laravel-bakeryEcom

Built using Laravel Framework. An Ecom Web App for Bakery Shops

Stars
3

Steps to Run this Locally

* Clone this Project
* Run composer install command in your terminal to install all the required dependencies
* copy .env.example to .env file
* Write php artisan key:generate command on your terminal
* Now you are good to Go
* Switch on xampp server or just write php artisan serve to switch on the server

Front Page

Products Page

Tasks Remaining For Contributors:

  • Seperate pages for All products fetching data from database
  • Designing Cart system
  • Create Add/Delete Products for Admin
  • Authentication
  • Session Maintainence
  • Payment Gateway or Email confirmation
  • Improving Front Page
  • Contact Page
  • Event Management Page
  • Signup & Login Page
Related Projects