florianv / notes

Symfony2 + Backbone Marionette app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

Screenshot

Build Status

The backend is a REST API secured by OAuth2 (Resource Owner Password Credentials Grant) based on Symfony2 and the frontend is a Marionette MVC application in CoffeeScript.

Installation

Requirements

You will need the APC extension to run the application in the prod environment or change the config.

Steps

$ git clone https://github.com/florianv/notes
$ composer update
$ php app/console doctrine:database:create --env=prod
$ php app/console doctrine:schema:update --force --env=prod
$ php app/console doctrine:fixtures:load --env=prod
$ npm install
$ bower install
$ grunt

Running tests

Requires the pdo_sqlite extension.

$ phpunit -c app/

License

MIT

About

Symfony2 + Backbone Marionette app

License:MIT License


Languages

Language:PHP 59.5%Language:CoffeeScript 21.5%Language:CSS 7.0%Language:JavaScript 5.0%Language:HTML 4.8%Language:ApacheConf 2.1%Language:Ruby 0.2%