This repository is part of the MongoDB Jumpstart series on YouTube. Each branch corresponds to an episode.
In the corresponding video for this branch, build out search capabilities in our e-commerce project using MongoDB Atlas Search, including autocomplete.
- Clone this branch to your local system
- Run
npm install
- Follow the set up instructions from Episode 3 and Episode 4 to crate your database and connect your Realm application to your Atlas database
- Rename
.env.local.example to .env.local and add your Realm App Id
- Run
npm run dev