- copy test env
cp .env.example .env
cp .env.db.example .env.db- Run all services
docker-compose up -dNow you can open local
http://localhost:8000/v1/api/docs
Count insurance
http://localhost:8000/api/v1/docs#/insurance/calculate_insurance_value_insurance_calculate_get
Update cargo rates by
It will be updated later, perhaps :)