Skip to content

Documentation

ningxie edited this page May 26, 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".

browse-service Javadoc

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.

calculator-service Javadoc

Backend API Documentation

browse-service API documentation

calculator-service API documentation

Clone this wiki locally