This is a sample application that is the result of following the bookmarker tutorial.
- Download Composer or update
composer self-update
. - Download this repository -
git clone git@github.com:cakephp/bookmarker-tutorial
- Install dependencies with composer -
composer install
. - Add the schema to a new database.
- Configure your database credentials in
app.php
. Make sure to use the same database name as in step 4. - Start the server
bin/cake server -p 8765
. - Go to http://localhost:8765 in your browser.