-
clone the repo using command
git clone ~
-
Duplicate the
.env.example
with the name.env
-
Create a database with name
restaurant
. -
Run the following commands in turn:
$ npm install $ composer install $ php artisan migrate $ php artisan key:generate $ php artisan serve
-
You are now good to go Pocket Restaurant!
- Can View the homepage
- Register
- Login
Every logged in user is considered as Customer of the website.
- Can view the product(food)
- Add the food to the cart
- Order the food
- can see the Order History
- can see the Order Status
- View the Orders of the customer
- can Cancel the Order of the customer
- can approve the Order of the customer
© 2020 @gsecret054
All Right Reserved.