Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 697 Bytes

task.md

File metadata and controls

19 lines (11 loc) · 697 Bytes

AirBNB Project

We're going to create a simple app to view the MongoDB "sample AirBnB" data that we have.

The goal is to develop the following functionality:

  1. Search for rooms by name or summary.
  2. Filter by price.

and optionally

  1. Show the top (by number of listings) superhosts in the page. On click through, show a list of their listings.

Links

You will need to use the sample dataset sample_airbnb from MongoDB Atlas which you should already have loaded into your atlas cluster as previous homework.