mongodb-developer / search-lab

Documentation used in the Search & Vector Search hands-on labs during Developer Days

Home Page:https://mongodb-developer.github.io/search-lab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Days Search Lab

This is the Search Lab used during Developer Days that covers using Atlas Search and Vector Search

You can access the online version on the Search Lab here

Running the Lab Locally

If you want to run the lab locally, you can start by cloning the repository or downloading the code. You will need to have Node.js installed.

Once you have the code, you can run the following commands to install the dependencies and start the server:

npm install
npm start

You can then access the lab at http://localhost:3000

Contributing

If you find any issues with the lab, please open an issue or submit a pull request.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

About

Documentation used in the Search & Vector Search hands-on labs during Developer Days

https://mongodb-developer.github.io/search-lab/

License:Apache License 2.0


Languages

Language:JavaScript 73.2%Language:CSS 26.8%