A nice LGBT friendly restaurants list that you can vote them based on their friendliness
A 3 day nice out of comfort zone project made in WeCamp 2017 by Team Grumpy
Needs PHP 7+
What things you need to install the software and how to install them
- Minimum PHP7
- Composer
- PHPUnit
Add this to your composer.json file to use the local Toran proxy
"repositories": [ {"type":"composer", "url": "http://toran.weca.mp/repo/packagist"}, {"packagist": false} ], "config": {"secure-http": false },
After you go into the app directory, you should execute following commands. OS X & Linux:
composer install
For installation, we need to consider some topics:
- Firstly, install PHP 7.0 or 7.1
- Secondly, install PHPUnit for testing proposes
Now, follow these steps:
- Clone repository
- composer install
To run all tests of the app, execute these commands in the app directory.
composer install
phpunit
- Slim - Small Rest Framework
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Chris Hartjes - Chris Hartjes
- Midori Kocak - Midori Kocak
- Paulo Moreno - Paulo Moreno
This project is licensed under the MIT License - see the LICENSE.md file for details