Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

cwdt/ride-share-demo

Repository files navigation

CQRS RideSharing demo application

Only for demonstration purposes.

Pre-requisites

  • Docker installed (with memory limit >= 4GB)

Installation

  • Run composer install
  • Run ./scripts/setup.sh

Running

Web

http://localhost:8080/ride/departure/all
http://localhost:8080/ride/register

CLI

docker-compose exec php-fpm php bin/console ride-share:ride:register [departure-lat] [departure-long] [destination-lat] [destination-long] [departure-time]            

Utils

Rebuilding read models

Clear your read models manually and execute the following command:

docker-compose exec php-fpm php bin/console utils:rebuild-read-models

About

ride-share-demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published