Find the Best Rental Prices Across Popular Websites with Ease!
DwellDeal simplifies your rental search by aggregating information from multiple popular rental websites. Just paste a link to a list of available housing, and DwellDeal will use web scraping to pull the relevant data for you.
- Comprehensive Data: Get up-to-date information from various rental websites by just pasting a link.
- Statistical Insights: Make informed decisions with detailed statistical insights based on the searched location.
- Compare Easily: Save your favorite listings and compare them all on one platform, eliminating the need to switch between different websites.
- Notifications: Receive timely email notifications about the latest deals and updates.
$ npm -g install pnpm
$ pnpm install # root directory
$ cd ./app/web # client side
$ pnpm install
$ cd ../server # server side
$ pnpm install
$ cd ../.. # go back to root directory
Run the server and web at the same time using monorepository:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.