All Projects → bayne → symfony-angular-todomvc

bayne / symfony-angular-todomvc

Licence: MIT license
An implementation of TodoMVC using AngularJS and Symfony REST Edition

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to symfony-angular-todomvc

Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+1793.62%)
Mutual labels:  restful, todomvc
angular-openweather-app
A weather forecast app written in AngularJS
Stars: ✭ 54 (-42.55%)
Mutual labels:  angularjs, example-project
angular6-httpclient-example
Angular 6 HttpClient: Consume RESTful API Example
Stars: ✭ 38 (-59.57%)
Mutual labels:  angularjs, restful
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (-53.19%)
Mutual labels:  example-project
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (-73.4%)
Mutual labels:  angularjs
angular-keypad
📱🔢 A numerical keypad built for mobile devices.
Stars: ✭ 18 (-80.85%)
Mutual labels:  angularjs
elivepatch-client
Flexible Distributed Linux Kernel Live Patching
Stars: ✭ 23 (-75.53%)
Mutual labels:  restful
boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (-21.28%)
Mutual labels:  angularjs
iOS-daemon
Daemon examples for iOS devices. Handles opening apps and simulating home and sleep button presses.
Stars: ✭ 41 (-56.38%)
Mutual labels:  example-project
voter-service
The Voter Spring Boot RESTful Web Service, backed by MongoDB, and uses RabbitMQ for IPC
Stars: ✭ 53 (-43.62%)
Mutual labels:  restful
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (-60.64%)
Mutual labels:  angularjs
kodi-angular
A web interface to control and manage Kodi, using AngularJS.
Stars: ✭ 14 (-85.11%)
Mutual labels:  angularjs
vote
Abakus' Voting System
Stars: ✭ 25 (-73.4%)
Mutual labels:  angularjs
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (-5.32%)
Mutual labels:  restful
sf-java-ui
Json Schema Form java based library allow developers to define schema and form using field annotations
Stars: ✭ 23 (-75.53%)
Mutual labels:  angularjs
boilerplate-angular-es6-webpack2
Boilerplate angular 1.x with ES6 and Webpack 2
Stars: ✭ 16 (-82.98%)
Mutual labels:  angularjs
docker-dashboard-example
Code repository for the Docker Dashboard Auth0 article
Stars: ✭ 32 (-65.96%)
Mutual labels:  example-project
spring-boot-crud-example
Spring Boot + MyBatis + Thymeleaf实现简单留言板应用
Stars: ✭ 17 (-81.91%)
Mutual labels:  restful
ng-contenteditable
ng-contenteditable
Stars: ✭ 41 (-56.38%)
Mutual labels:  angularjs
rodauth hanami
Example app for integrate rodauth server to hanami app
Stars: ✭ 16 (-82.98%)
Mutual labels:  example-project

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].