Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust the third step in the README #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ This project was tested using `Docker version 26.0.0`

3. *OPTIONAL*
If you want some starter dummy data, you can run
*NOTE*: If you ran the _up_ command in the foreground, you'll need to open a new terminal for the following commands. <br>
```
docker exec -it rails_server rails db:seed
```
*NOTE*: If you ran the _up_ command in the foreground, you'll need to open a new terminal for the following commands. <br>

4. You can use the Postman collection file "chat-system.postman_collection" to facilitate working with the API. You'll find collection variables available for your convenience.
5. You can use the Postman collection file "chat-system.postman_collection" to facilitate working with the API. You'll find collection variables available for your convenience.

## Re-runs
1. To flush the Redis cache, you can run
Expand Down