README.md ❤️
This commit is contained in:
32
README.md
32
README.md
@@ -30,18 +30,24 @@
|
|||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
<details>
|
* [About the book](#about-the-book)
|
||||||
<summary>Click to expand</summary>
|
* [Code structure](#code-structure)
|
||||||
|
* [Running the application](#running-the-application)
|
||||||
* [About the book](#about-the-book)
|
* [Requirements](#requirements)
|
||||||
* [Code structure](#code-structure)
|
* [Getting started](#getting-started)
|
||||||
* [Running the application](#running-the-application)
|
* [Set all the infrastructure up](#set-all-the-infrastructure-up)
|
||||||
* [Requirements](#requirements)
|
* [Demo time!](#demo-time)
|
||||||
* [Getting started](#getting-started)
|
* [1. Followers counter query](#1-follower-counters-query)
|
||||||
* [Set all the infrastructure up](#set-all-the-infrastructure-up)
|
* [2. Author timeline](#2-author-timeline)
|
||||||
* [Demo time!](#demo-time)
|
* [3. Adding authors](#3-adding-authors)
|
||||||
* [1. Followers counter query](#1-follower-counters-query)
|
* [4. Consuming events](#4-consuming-events)
|
||||||
</details>
|
* [5. Follower counters query](#5-follower-counters-query)
|
||||||
|
* [6. Author timeline again](#6-author-timeline-again)
|
||||||
|
* [7. Following other authors](#7-following-other-authors)
|
||||||
|
* [8. Consuming events again](#8-consuming-events-again)
|
||||||
|
* [9. Follower counters query](#9-follower-counters-query)
|
||||||
|
* [10. Posting cheeps](#10-posting-cheeps)
|
||||||
|
* [11. Author timeline](#11-author-timeline)
|
||||||
|
|
||||||
## About the Book
|
## About the Book
|
||||||
|
|
||||||
@@ -169,7 +175,7 @@ Expected output
|
|||||||
}
|
}
|
||||||
...
|
...
|
||||||
|
|
||||||
#### 6. Author Timeline
|
#### 6. Author Timeline again
|
||||||
|
|
||||||
http --json --body http://127.0.0.1:8000/chapter7/author/a64a52cc-3ee9-4a15-918b-099e18b43119/timeline
|
http --json --body http://127.0.0.1:8000/chapter7/author/a64a52cc-3ee9-4a15-918b-099e18b43119/timeline
|
||||||
http --json --body http://127.0.0.1:8000/chapter7/author/1fd7d739-2ad7-41a8-8c18-565603e3733f/timeline
|
http --json --body http://127.0.0.1:8000/chapter7/author/1fd7d739-2ad7-41a8-8c18-565603e3733f/timeline
|
||||||
|
|||||||
Reference in New Issue
Block a user