Skip to content

hrr40-sdc2/nearby_service

Repository files navigation

Housemania

A tool to find short-term housing rentals.

Nearby Service

The nearby service shows listings related by proximity to the current item view. The NearbyHouses are resources that belong to a ParentHouse, and is linked to it in the database with its parentHouseId, as seen in the API below.

CRUD API

Create
POST /houses/:parentHouseId

Read
GET /houses/:parentHouseId

Update
PATCH /houses/:parentHouseId/:id

Delete
DELETE /houses/:parentHouseId/:id

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About

Housemania microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •