Skip to content

Commit 60a462b

Browse files
Update readme.md
1 parent 3ce0154 commit 60a462b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ knex seed:make seed_users
8080

8181
```
8282

83+
#### Note
84+
You'll need to make sure you have redis running (for the rate-limiter). I use homebrew. You can follow [this](https://medium.com/@petehouston/install-and-config-redis-on-mac-os-x-via-homebrew-eb8df9a4f298) guide. After installing and running redis, you should be able to enter `redis-cli ping` into a terminal and get `PONG` back.
85+
8386
## General Information
8487

8588
This backend is part of a pair of projects that serve a simple notes app. I chose a notes app because it gives you a good look at the different techniques used in both the frontend and backend world. What's really cool is these projects feature a fully fleshed-out user login/signup/forgot/reset authentication system using JWT.

0 commit comments

Comments
 (0)