2017 © Pedro Peláez
 

project symfony-angular-todomvc

An implementation of TodoMVC using AngularJS and Symfony2 Rest Edition

image

bayne/symfony-angular-todomvc

An implementation of TodoMVC using AngularJS and Symfony2 Rest Edition

  • Sunday, August 9, 2015
  • by bayne
  • Repository
  • 11 Watchers
  • 96 Stars
  • 38 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 30 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Deploy, (*1)

Symfony Angular TodoMVC

This project is a combination of the Symfony REST edition project and AngularJS+Restangular to create an implementation of TodoMVC. The majority of the AngularJS code is adapted from the existing TodoMVC implementation with AngularJS, (*2)

Install

Follow the same instructions as found on the Github page for the symfony-rest-edition, (*3)

Essentially:, (*4)

$ composer.phar install

Then:, (*5)

$ php app/console sp:bower:install

Or click this:, (*6)

Deploy, (*7)

Usage

Start a webserver for the Symfony backend, (*8)

$ php app/console server:run localhost:8080

Navigate your browser to the TodoMVC client, (*9)

http://localhost:8080/todo

Or browse through the Rest API, (*10)

http://localhost:8080/app_dev.php

All features from the symfony-rest-edition should be found in this project also., (*11)

Screenshots

TodoMVC Screenshot, (*12)

Symfony2 Backend Screenshot, (*13)

API Documentation, (*14)

The Versions