An example of a PostgreSQL database with multiple read replicas.
- Start the containers with
docker-compose up -d(ormake compose) - Fetch list of users with
curl http://localhost:8080 - Add new user with
curl -X POST http://localhost:8080 -d '{"name": "JohnDoe"}'