You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Next, spin up docker containers:
32
32
bun docker
33
33
```
34
34
35
-
You should have a server running on `http://localhost:<port>` where the port is set in your `.env` file (default is 3000). You can test the following routes:
35
+
You should have a server running on `http://localhost:<port>` where the port is set in your `.env` file (default is 8080). You can test the following routes:
36
36
37
37
1.`GET /api/todos` - Gets all todos
38
38
2.`GET /api/todos/:id` - Gets a todo by ID
@@ -69,6 +69,12 @@ Formatting code:
69
69
bun format
70
70
```
71
71
72
+
Updating dependencies:
73
+
74
+
```bash
75
+
bun update
76
+
```
77
+
72
78
## Connecting to Redis Cloud
73
79
74
80
If you don't yet have a database setup in Redis Cloud [get started here for free](https://redis.io/try-free/).
0 commit comments