Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mestafrica/mkoo
The MEST Kitchen Online Ordering (MKOO) app enables you to place an order for your meals for a week in advance
https://github.com/mestafrica/mkoo
laravel55 order-food
Last synced: 16 days ago
JSON representation
The MEST Kitchen Online Ordering (MKOO) app enables you to place an order for your meals for a week in advance
- Host: GitHub
- URL: https://github.com/mestafrica/mkoo
- Owner: mestafrica
- License: mit
- Created: 2017-10-25T04:26:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T12:40:33.000Z (about 7 years ago)
- Last Synced: 2024-10-30T07:46:13.536Z (2 months ago)
- Topics: laravel55, order-food
- Language: PHP
- Homepage: https://mkoo2.herokuapp.com
- Size: 1.17 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MEST Kitchen Online Ordering
Order for your lunch and supper online to improve your eating experience at MEST
[![Build Status](https://travis-ci.org/mestafrica/mkoo.svg?branch=develop)](https://travis-ci.org/mestafrica/mkoo)
## Getting started
You must make sure you have both [PHP](http://php.net/) (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 repository
* `cd mkoo`
* `composer install` # installs project dependencies
* `cp .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 migrations
* `php artisan serve` # starts a development web server
* Visit [http://localhost:8000](http://localhost:8000) to see the application## Documentation
Stop by the [wiki](https://github.com/mestafrica/mkoo/wiki), you might find something informative there.