Skip to content

Commit 29694b1

Browse files
committed
Final: Enhanced app's loading times (#196)
1 parent cf8f03e commit 29694b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

MovieVerse-Backend/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,17 @@ MovieVerse currently uses MongoDB, Redis, PostgreSQL, and MySQL as its primary d
215215
```bash
216216
Server running on port 9090
217217
Visit http://localhost:9090/ to test the connection.
218-
Connected to MongoDB database 1
219-
Connected to MongoDB database 2
220-
Connected to MongoDB database 3
221-
Connected to MongoDB database 4
222-
Connected to MongoDB database 5
223-
Connected to MongoDB database 6
218+
Connected to MongoDB database 1: MovieVerse
219+
Connected to MongoDB database 2: MovieVerse_movies
220+
Connected to MongoDB database 3: MovieVerse_users
221+
Connected to MongoDB database 4: MovieVerse_reviews
222+
Connected to MongoDB database 5: MovieVerse_people
223+
Connected to MongoDB database 6: MovieVerse_genres
224224
Redis Connected
225225
Connected to PostgreSQL
226226
Connected to MySQL
227227
Redis Test: Hello from Redis
228-
PostgreSQL Test: 2024-06-18T16:52:14.250Z
228+
PostgreSQL Test: 2024-06-18T16:53:56.494Z
229229
RabbitMQ Connected
230230
[*] Waiting for messages in task_queue. To exit press CTRL+C
231231
```

0 commit comments

Comments
 (0)