Skip to content

Commit 0bfb3e1

Browse files
add screenshot and update readme.md
1 parent ff01571 commit 0bfb3e1

11 files changed

Lines changed: 13 additions & 1 deletion

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,19 @@ The API Gateway serves as an entry point for clients to communicate with the gRP
3737

3838
To access the services through the API Gateway, send an HTTP request to the appropriate API endpoint, import `RandomQuoteGRPC.postman_collection.json` to Postman
3939

40-
![diagram](./docs/diagram.png)
40+
![diagram](./screenshots/diagram.png)
41+
42+
## Demo
43+
44+
![all request](./screenshots/all.png)
45+
![create quote](./screenshots/create_quote.png)
46+
![delete quote](./screenshots/delete_quote.png)
47+
![random quote](./screenshots/quote_random.png)
48+
![quote by id](./screenshots/quote_by_id_not_found.png)
49+
![quote by id](./screenshots/quote_by_id.png)
50+
![update quote](./screenshots/update_quote.png)
51+
![login user](./screenshots/update_quote.png)
52+
![get all users](./screenshots/get_all_users.png)
4153

4254
## Installation
4355

screenshots/all.png

20 KB
Loading

screenshots/create_quote.png

55.2 KB
Loading

screenshots/delete_quote.png

65.2 KB
Loading

screenshots/get_all_users.png

54.9 KB
Loading

screenshots/login_user.png

65.7 KB
Loading

screenshots/quote_by_id.png

53.3 KB
Loading
51.6 KB
Loading

screenshots/quote_random.png

67.8 KB
Loading

0 commit comments

Comments
 (0)