rameshbabuch / recipe-cook-book

recipe-cook-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recipe-cook-book (RCB)

Recipe Cook Book (RCB) is a simple application to creation recipes.

Installation

RCB requires PHP > 5.5 to run. RCB requires PHPUnit > 4.8 to run unit tests.

Download or clone the repository.

Run the sql file located at data/db/database.sql to create database

Update database configuration in config.ini.php

Install the dependencies start the server.

$ cd recipe-cook-book
$ composer install
$ bower install
$ php -S localhost:8000

To run unit tests.

$ phpunit --bootstrap vendor/autoload.php tests/ServicesTest.php

License

Free Software

About

recipe-cook-book


Languages

Language:PHP 49.3%Language:HTML 29.7%Language:JavaScript 19.4%Language:CSS 1.5%