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
- Host: GitHub
- URL: https://github.com/amarlearning/recipejaar
- Owner: amarlearning
- License: mit
- Created: 2016-05-27T17:50:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T18:56:54.000Z (over 7 years ago)
- Last Synced: 2025-01-14T12:15:04.579Z (about 1 year ago)
- Language: PHP
- Homepage: http://recipejaar.com
- Size: 22.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecipeJaar
> Blogging Application using AngularJs, CakePhp, Materialize
## Demo
Watch a live demo of it working here
[](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.