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
This is a full-stack movie browsing application built with Express.js and Next.js, demonstrating MongoDB operations using the `sample_mflix` dataset. The application showcases CRUD operations, aggregations, and MongoDB Search using the native MongoDB Node.js driver.
4
4
@@ -89,7 +89,6 @@ From the `server` directory, run:
89
89
npm run dev
90
90
```
91
91
92
-
93
92
Or for production mode, run:
94
93
95
94
```bash
@@ -98,6 +97,7 @@ npm start
98
97
```
99
98
100
99
The server will start on `http://localhost:3001`. You can verify it's running by visiting:
100
+
101
101
- API root: http://localhost:3001/
102
102
- API documentation (Swagger UI): http://localhost:3001/api-docs
103
103
@@ -126,6 +126,7 @@ The Next.js application will start on `http://localhost:3000`.
0 commit comments