Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

bayne/symfony-angular-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy 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

Install

Follow the same instructions as found on the Github page for the symfony-rest-edition

Essentially:

$ composer.phar install

Then:

$ php app/console sp:bower:install

Or click this:

Deploy

Usage

Start a webserver for the Symfony backend

$ php app/console server:run localhost:8080

Navigate your browser to the TodoMVC client

http://localhost:8080/todo

Or browse through the Rest API

http://localhost:8080/app_dev.php

All features from the symfony-rest-edition should be found in this project also.

Screenshots

TodoMVC Screenshot

Symfony2 Backend Screenshot

API Documentation

Releases

No releases published

Packages

No packages published

Languages