This repository is part of the MongoDB Jumpstart series on YouTube. Each branch corresponds to an episode.
In the corresponding video for this branch, we used MongoDB Realm to create serverless functions that allow us to connect our database to our Next.js application.
- Clone this branch to your local system
- Run
npm install - Follow the set up instructions from Episode 4 to connect your Realm application to your Atlas database
- Rename
.env.local.exampleto.env.localand add your Realm App Id - Run
npm run dev - You should now see product names displaying in your application
- Episode 1
- Episode 2
- Episode 3
- Video: Compass - The GUI for MongoDB in 10 mins
- Branch: compass
- Episode 4
- Episode 5
- Episode 6
- Episode 7
Questions about this repo or how to use MongoDB Atlas? Ask them in the MongoDB Community.