Order for your lunch and supper online to improve your eating experience at MEST
You must make sure you have both PHP (at least php7.1) and [composer](https://getcomposer .org/download/) installed on your computer before running the commands below.
git clone https://github.com/mestafrica/mkoo.git
# clones this repositorycd mkoo
composer install
# installs project dependenciescp .env.example .env
# setup environment variables in here- Update .env with appropriate config database settings, for instance
- Add CLIENT_ID and SECRET_KEY (grabbed from Google Developer Console)
php artisan key:generate
php artisan migrate
# run migrationsphp artisan serve
# starts a development web server- Visit http://localhost:8000 to see the application
Stop by the wiki, you might find something informative there.