8000 GitHub - rameshbabuch/recipe-cook-book: recipe-cook-book
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rameshbabuch/recipe-cook-book

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0