jai-k-gohil / Vegefoods

E-Commerce website based on food industry on laravel along with content management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vegefoods

This repository holds the starting source code of ecommerce store which makes use of Laravel framework along with custom content management system(cms). This store is mainly based on food industry that deals with gorceries, and food products.

Features -

  • CRUD operations of products that belongs to different categories by authenticated users
  • Providing checkout facilities
  • Integrating a payment gateway
  • Setting up user friendly for admin panel

Usage

Simply clone this repo and run

 composer install

To install all the required dependencies.
Make sure to rename the .env.example file to .env
And also run

php artisan key:generate

to generate an application key for this Laravel app.

About

E-Commerce website based on food industry on laravel along with content management system.


Languages

Language:PHP 69.9%Language:HTML 18.5%Language:CSS 8.7%Language:JavaScript 2.8%