Skip to content

Dickens-odera/Yummy-Pizza-Test

Repository files navigation

Yummy Pizza Test


pizza

Overview

This is a simple web application that enables clients to order pizza from the available menu

Url

The application can be found at the url below:
here

Installation (Backend)

first clone the repository

git clone https://github.com/Dickens-odera/Yummy-Pizza-Test.git

Change the directory to the clone path

cd Yummy-Pizza-Test

then install the packages with composer

composer install

Generate app key

php artisan key:generate

Make a copy of the .env.exaple and create a database in your db server

cp .env.example .env

At the Created .env file add the follwing:

DB_PORT=3306
DB_DATABASE=
DB_USERNAME=root

Run the database migrations to create the tables

php artisan migrate

Installation (Frontend)

npm install

Run the app (Backend)

Open your terminal and type the following command:

php artisan serve

Run the app (Frontend)

For the frontend scafolding run the following command:

npm run watch

Feature Testing

Run the following command in your terminal

./vendor/bin/phpunit

About

A web application that enables clients to order pizzas with shopping cart

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published