Skip to content

Commit

Permalink
updated info about the project
Browse files Browse the repository at this point in the history
  • Loading branch information
msalakhov committed Mar 24, 2022
1 parent bf3aeff commit 950a58f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 950a58f

Please sign in to comment.