Skip to content

Commit 246a215

Browse files
committed
add period
1 parent 2bad7c2 commit 246a215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06-demo-application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Minimal 3 tier web application
66

77
- **React frontend:** Uses react query to load data from the two apis and display the result.
8-
- **Node.js and Go APIs:** Both have `/` and `/ping` endpoints. `/` queries the Database for the current time and the number of requests for each api recorded within the database, and `/ping` returns `pong`
8+
- **Node.js and Go APIs:** Both have `/` and `/ping` endpoints. `/` queries the Database for the current time and the number of requests for each api recorded within the database, and `/ping` returns `pong`.
99
- **Postgres Database:** An empty PostgreSQL database with no tables or data. Used to show how to set up connectivity. The API applications execute `SELECT NOW() as now;` to determine the current time to return.
1010
- **Python Load Generator:** Queries one of either the Node.js or Go APIs at a configurable speed.
1111

0 commit comments

Comments
 (0)