- docker (with docker compose)
- favourite IDE
docker compose build shell
(code is autoreloaded)
docker compose up
In case you mande changes to DB schema (it's automatically created when each project starts) you may need to recreate containers.
<CTRL+C> (in running docker compose)
docker compose down -v
docker compose up
Orders http://localhost:8100/docs
Shipping http://localhost:8200/docs
RabbitMQ http://localhost:15672
(username: guest password: guest)
PostgreSQL: docker exec -it micro-rabbitmq-db-1 psql -U guest
Zipkin: http://localhost:9411