- PHP >= 5.5.9
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- Composer
A Linux/Mac is recommended. If you are using Windows, the installation steps may different.
- git clone git@github.com:y2khjh/RecipeFinder.git ~/RecipeFinder
- cd ~/RecipeFinder
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install && php composer.phar update
- cp .env.example .env
- php artisan key:generate
- cd ~/RecipeFinder
- php artisan serve
- in your browser open http://localhost:8000/
You should see the Recipe Finder form has been loaded and there are some testing data already in the Fridge database. You can upload a CSV file to replace all the existing testing Fridge data.
- cd ~/RecipeFinder
- phpunit