diff --git a/README.md b/README.md index cd55b5f..e8fdacf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -# Install steps - -## Other +Small MVP freelance project which I continued to improve during my learning of Symfony framework. -+ Start crontab job to send emails `0 14 * * * docker exec php bin/console email:send-reminders`. Without `-ti` -+ если на маке докер база не запускается то надо выключить галочку gRPS FUSE в настройках докера +It's a manager interface for insurance company. +Here you can: +* login/register +* restore your password +* CRUD clients +* CRUD insurances for clients +* CRUD attachments for clients and insurances +# Install steps +Just run `docker-compose up`. Project will be available on address `http://localhost:8080` -tip: drop2Let -insurance interface project +## Other +* Start crontab job to send emails `0 14 * * * docker exec php bin/console email:send-reminders`. Without `-ti` +* If database doesn't start on Mac, you need disable `gRPS FUSE` in docker settings.