Accounting of insurance policies.
The project has the ability to edit and save the result after calling to the customer.
Also, the app called “customer_service” allows use Django Rest Framework and Twilio.com for send SMS
messages to customers to notify them that insurance policy is ending.
touch .twilio.env
Clone this repo with command:
git clone git@github.com:mosiahr/insurer.git && cd insurer
Create and start containers:
docker-compose up -d
Displays log output from services:
docker-compose logs -f
Display log output only from web service:
docker-compose logs -f web
Stop and remove containers, networks, images, and volumes:docker-compose down -v