dilshan98-Thenuka / Grocery-Galleria

Convenient Shopping experience for everyone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grocery Galleria


Project of CS24

Team Members

Demo


Customer

Shop Dashboard

Staff Dashboard

Delivery Dashboard

Delivery Rider Web Application

Instructions

  1. Clone this repository.
  2. run composer install
  3. Populate the .env file referencing the .env.sample
  4. Use Stripe CLI to enable forwarding of the payment webhooks stripe listen --forward-to localhost/pay
  5. https://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2

Git subtree for the core folder

Use Latest Git. This project uses subtrees for modularizing the core folder. Use, Stackoverflow Reference Atlassian Blog

clone:

git subtree add --prefix core https://github.com/Group-24-VDSL/framework-core.git main --squash

pull:

git subtree pull --prefix core https://github.com/Group-24-VDSL/framework-core.git main --squash

push:

git subtree push --prefix core https://github.com/Group-24-VDSL/framework-core.git main

Also make sure you change your document root to the,
DocumentRoot "<XAMMP_HOME>/htdocs/Grocery-Galleria/public"

Folder Structure

├── controllers - 
├── core  
├── models
├── public
│   ├── css
│   │   ├── **/*.css
│   ├── favicon.ico
│   ├── images
│   ├── index.php
│   ├── js
│   └── └── **/*.js
├── runtime
├── views
│   ├── layouts
├── README.md
├── composer.json
└── .gitignore

About

Convenient Shopping experience for everyone.


Languages

Language:PHP 46.4%Language:CSS 26.3%Language:JavaScript 17.7%Language:Hack 9.5%Language:Shell 0.0%