dvdoliveira / symfony-todomvc

An implementation of TodoMVC using the Symfony Framework

Home Page:https://symfony-todomvc.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony TodoMVC

This code repository is a simple implementation of [TodoMVC] 4 project using Symfony (PHP Framework).

This document contains information on how to download, install, and start using

1 - What you need to start

Before you clone this repo, make sure you machine has the following:

  • Symfony 2.7.~ [How to install] 1
  • PostgreSQL 9.0.~ [How to install] 2
  • Composer [How to install] 3

2 - How to install Symfony TodoMVC

  • git clone
  • composer install
  • set the database authentication parameters on app/config/parameters.yml
  • php app/console doctrine:database:create
  • php app/console doctrine:schema:create
  • chmod -R 777 app/logs app/cache
  • php app/console assets:install web --symlink

3 - Usage

Start a webserver for the Symfony backend:

$ php app/console server:run

Open the TodoMVC client on your browser:

http://localhost:8000

Enjoy!

About

An implementation of TodoMVC using the Symfony Framework

https://symfony-todomvc.herokuapp.com/


Languages

Language:PHP 77.0%Language:CSS 10.3%Language:HTML 5.3%Language:ApacheConf 5.1%Language:JavaScript 2.3%