This is a example application for control your family or company in easy way. It will be contained a lot of different modules for automate everyday tasks, such as budget control, invoice generation for company, invoice control, creating and controling to-do lists and more.
cd dockercp .env.example .envAfter this you can change default settings in .env filedocker-compose up -ddocker-compose exec -u root app bash- After in container bush run follow commands:
composer installfor install php dependenciesnpm installfor install react dependenciesnpm run buildfor build react applicationphp bin/console doctrine:database:createphp bin/console doctrine:migrations:migrate
Application will be available on localhost:{$PORT}.