massimobiagioli / ddd-mars-rover-kata

**** MENTORSHIP **** DDD+CQRS-ES - Mars Rover Kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(CQRS + ES) Mars Rover Kata

Impostazione ambiente in locale

  • Impostare il file .env.local con le configurazioni locali
  • Bootstrap progetto: Lanciare il comando make install
  • Avviare i container docker: Lanciare il comando make up
  • Eseguire i test make test
  • Fermare i container docker: Lanciare il comando make down

Comandi da utilizzare (bin/console)

  • Creazione di un nuovo Mars Rover: app:mars-rover:create
  • Posizionare un MarsRover nel terreno: app:mars-rover:place
  • Posizionare un MarsRover nel terreno: app:mars-rover:send-primitive-command

wip

About

**** MENTORSHIP **** DDD+CQRS-ES - Mars Rover Kata


Languages

Language:PHP 97.2%Language:Makefile 1.1%Language:JavaScript 1.0%Language:CSS 0.5%Language:HTML 0.2%