Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romainkuzniak/symfony-n-tiers


https://github.com/romainkuzniak/symfony-n-tiers

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# N-tiers Design with Symfony
This is an example of a Symfony application using n-tiers design.
The aim is to illustrate the following presentation :

## Install
In order to use the application, follow these simple steps.

``` bash
composer install
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
php app/console server:run
```

Go to [http://localhost:8000/sprints/1](http://localhost:8000/sprints/3)