ahsxn / just-eat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overview

This is a clone of the just eat checkout flow built using custom implementaion of MVC architecture and query builder in php

ability to add items to cart with optional extras can switch between collection and delivery with the total price changing occordingly checkout with braintree payment

Usage

Using docker to get started

docker-compose up --build 

install packages with composer

docker-compose run --rm composer install

add braintree merchantId_sandbox, publicKey_sandbox and privateKey_sandbox to the env file

note: that it will run without providing these you just wont be able to place the order

should be running on localhost:8000


About


Languages

Language:PHP 88.1%Language:JavaScript 8.2%Language:CSS 2.5%Language:Hack 0.9%Language:Shell 0.2%Language:Dockerfile 0.1%