Skip to content

Documentation

ningxie edited this page May 30, 2021 · 7 revisions

Javadoc

Javadoc is generated from the IntelliJ IDE built-in tool.

Browse-Service is the backend service that provides interaction with the MongoDB data storage to retrieve Airbnb listings from the open dataset that is stored in a collection called "airbnb_listings".

Calculator-Service is the backend service that provides the algorithm to calculate the best neighborhoods based on a list of attractions queried from the client.

Service Java Documentation
browse-service Javadoc
calculator-service Javadoc

Backend API Documentation

Service API Documentation
browse-service documentation
calculator-service documentation
Clone this wiki locally