Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 452 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 452 Bytes

Prerequisites

Make

Docker https://docs.docker.com/install/

Docker compose https://docs.docker.com/compose/install/

Setup env (clone repositories, create folder)

make init

Install dependencies (node_modules, mvn dependencies, ...)

make vendor

Launch all containers

make up

Front => app-ffs.localhost RabbitMQ => broker.localhost Api => api-ffs.localhost

Remove repos and data

make destroy