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: mflix/README-JAVA-SPRING.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,16 @@ This is a full-stack movie browsing application built with Java Spring Boot and
14
14
└── mvnw
15
15
```
16
16
17
+
## Data Limitations
18
+
19
+
The `sample_mflix` dataset contains movies released up to **2016**. Searching for movies from 2017 or later will return no results. This is a limitation of the sample dataset, not the application.
20
+
17
21
## Prerequisites
18
22
19
23
-**Java 21** or higher
20
24
-**Node.js 20** or higher
21
25
-**MongoDB Atlas cluster or local deployment** with the `sample_mflix` dataset loaded
Copy file name to clipboardExpand all lines: mflix/README-JAVASCRIPT-EXPRESS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ This is a full-stack movie browsing application built with Express.js and Next.j
14
14
└── tsconfig.json
15
15
```
16
16
17
+
## Data Limitations
18
+
19
+
The `sample_mflix` dataset contains movies released up to **2016**. Searching for movies from 2017 or later will return no results. This is a limitation of the sample dataset, not the application.
Copy file name to clipboardExpand all lines: mflix/README-PYTHON-FASTAPI.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ This is a full-stack movie browsing application built with Python FastAPI and Ne
17
17
└── requirements.txt
18
18
```
19
19
20
+
## Data Limitations
21
+
22
+
The `sample_mflix` dataset contains movies released up to **2016**. Searching for movies from 2017 or later will return no results. This is a limitation of the sample dataset, not the application.
0 commit comments