Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 405 Bytes

Microservice demo

Installation

A Makefile is created to handle the build for all our services

  make up_build

Install laravel packages by exec into the docker image

 make php-shell
  composer install

Goto your browser and hit

 http://localhost

🎉 voila

demo