dualhand / todomvc

Symfony 4 & Prooph TodoMVC Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You have to be installed:

  • MySQL (or you can use docker-compose up)
  • SQLite
  • PHP > 7.1

You have to create the initial table using the scripts on ´config/scripts/mysql/´

Run the following command, to create the event stream to todo

bin/console event-store:event-stream:create

Create database for read model running this command

bin/console doctrine:database:create bin/console doctrine:schema:update --force

Run event listener worker for todo projections:

bin/console event-store:projection:run todo

Execute PHP server

bin/console server:run

Go to http://127.0.0.1:8000/

TODO:

About

Symfony 4 & Prooph TodoMVC Example


Languages

Language:PHP 65.5%Language:CSS 15.0%Language:JavaScript 12.4%Language:HTML 5.5%Language:TSQL 1.7%