- Moemen Ashraf
- Mohamed Ashraf Mahmoud
- Weleed Kamal
- Create a new database in MySQL: create database microorder; create database microproduct;
Run all microservices (inventory-service is the service discovery)
### Step 3: finally try some requests to test the app using postman
## some links to test with:
- **http://localhost:8080/orders** (from API gateway)
- **http://localhost:8082/products** (from product service call order service using feing client)