A tool to find short-term housing rentals.
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.
Create
POST /houses/:parentHouseId
Read
GET /houses/:parentHouseId
Update
PATCH /houses/:parentHouseId/:id
Delete
DELETE /houses/:parentHouseId/:id
From within the root directory:
npm install -g webpack
npm install