An open API service indexing awesome lists of open source software.

https://github.com/amarlearning/recipejaar

:memo: some server side code using Cakephp
https://github.com/amarlearning/recipejaar

Last synced: 4 months ago
JSON representation

:memo: some server side code using Cakephp

Awesome Lists containing this project

README

          

# RecipeJaar

mit license
Travis

> Blogging Application using AngularJs, CakePhp, Materialize

## Demo

Watch a live demo of it working here
[![asciicast](https://github.com/amarlearning/RecipeJaar/raw/master/screenshot/github.png)](https://youtu.be/9HwOMgeMm5E)

## Installation

1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project --prefer-dist cakephp/app [app_name]`.

If Composer is installed globally, run
```bash
composer create-project --prefer-dist cakephp/app [app_name]
```

You should now be able to visit the path to where you installed the app and see
the setup traffic lights.

## Configuration

Read and edit `config/app.php` and setup the 'Datasources' and any other
configuration relevant for your application.