This is a restaurant Website that contains restaurant information and allows user to interact with the restaurant such as contact, view menu as well as place and pay for an order.
- Download the archive or clone the project using git
- Create
.env
file from.env.example
file and adjust database and mail parameters - Run
composer install
- Run
php manage.php runmigrations
to apply migrations - Run
php manage.php createsuperuser
to create a super user - Go to the
public
folder - Start php server by running command
php -S 127.0.0.1:8080
- Open in the browser http://127.0.0.1:8080
- Menu
- Contact
- About/info
- Highlights/offers
- Orders
- Payments
- Comments
- Visitor - Unauthenticated
- Authenticated Diner
- Staff
- Administrator
The system IS built on WAMP stack with the following technologies
- Javascript
- PHP
- HTML,CSS
To contribute to this project follow the steps below.
- Fork this repository to your account.
- clone the repository to your local machine.
- Create a branch with the name of feature you want to add or a issue you want to fix.
- Add the feature and push to GitHub.
- Create a pull request with the develop branch.