Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# testapp

This repository contains a small Node.js microservices sample application made up of four services (`service1` through `service4`) that call each other over HTTP.

## Repository layout

- `service1`: entry service that calls `service2` and `service4`
- `service2`: reservation API service that calls `service3`
- `service3`: lookup service
- `service4`: confirmation service
- `tests/service1-test.sh`: basic shell script for service1 request testing