hugofcampos / microapp

Just a small Silex app to explain microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microapp

Requirements

Just run:

$ docker-compose build
$ docker-compose up -d

Then, you need to set the application up.

Installing app dependencies

docker exec web bash  -c "composer install"

Running app

docker exec web bash  -c "php -S 0.0.0.0:8000 ./web/index.php"

Access http://localhost:8000

About

Just a small Silex app to explain microservices


Languages

Language:PHP 100.0%