@@ -1,2 +1,11 @@
-# BoatDelivery
+1. Open all 3 projects (eurekaServer, springGateway, worker-service) and run them. Eureka first, then others.
+Note that these services use ports 8761 (eureka), 8080 (gateway), 8081 (micronaut)
+2. Open localhost:8761 to check status of services.
+3. Open http://localhost:8080/api/production/status to check it working.
+