Skip to content

Commit b4bade9

Browse files
committed
add period
1 parent 51b0897 commit b4bade9

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
@@ -4,7 +4,7 @@
44

55
## Minimal 3 tier web application
66

7-
- **React frontend:** Uses react query to load data from the two apis and display the result
7+
- **React frontend:** Uses react query to load data from the two apis and display the result.
88
- **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.

0 commit comments

Comments
 (0)