ZeusMatch is a small, single page, mobile application that creates eternal love between members of the Z.E.U.S. The concept is based off Tinder, but for a local, known set of people.
ZeusMatch is a client-side Javascript application built using jQuery Mobile. The server-side components are based on Laravel.
- Install nginx, php and mysql. An example nginx-configuration is available in
.nginx-config.example
. - Checkout git clone of the repository.
- In
app/config
, copydatabase.sample.php
todatabase.php
andfacebook.sample.php
tofacebook.php
and fill in the details needed. - Laravel needs write-access to all files and folders in
app/storage
. - Run the laravel migrations.
Copyright 2014 Max Maton, Jakob Buis. Released under the General Public License v3. For licensing information, see LICENSE.