/employee_managment

Modular monolith example

Primary LanguagePHP

CircleCI Coverage Status

employee_managment

How to run

You must have installed docker and docker-compose locally

Linux or mac

make env
make start

Wait few minutes, you can monitor installation status by docker-compose logs -f or run script ./.docker/wait_for_nginx.sh

Windows

Copy .env.dist to .env

docker-compose up -d

Wait few minutes, you can monitor installation status by docker-compose logs -f