Web app for ordering food in real time.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Composer PHP package manager.
npm or yarn JS package manager.
Laravel framework
Mysql
A step by step series of examples that tell you how to get a development env running
composer install
npm i
php artisan migrate --seed
// Note that you need to add some dummy tags in db.
CI Will be implemented in the future.
- Laravel - The web Framework used
- VueJS - The front-end Framework
Not yet