Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romainkuzniak/symfony-ddd


https://github.com/romainkuzniak/symfony-ddd

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# DDD Design with Symfony
This is an example of a Symfony application using DDD 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)