We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92472c3 commit 26ec766Copy full SHA for 26ec766
1 file changed
mflix/README-JAVASCRIPT-EXPRESS.md
@@ -18,7 +18,7 @@ This is a full-stack movie browsing application built with Express.js and Next.j
18
19
- **Node.js 22** or higher
20
- **MongoDB Atlas cluster or local deployment** with the `sample_mflix` dataset loaded
21
- - [Load sample data](https://www.mongodb.com/docs/atlas/sample-data/)
+ - [Load sample data](https://www.mongodb.com/docs/atlas/sample-data/)
22
- **npm** (included with Node.js)
23
- **Voyage AI API key** (For MongoDB Vector Search)
24
- [Get a Voyage AI API key](https://www.voyageai.com/)
@@ -54,7 +54,6 @@ VOYAGE_API_KEY=your_voyage_api_key
54
PORT=3001
55
NODE_ENV=development
56
57
-
58
# CORS Configuration
59
# Allowed origin for cross-origin requests (frontend URL)
60
# For multiple origins, separate with commas
0 commit comments