Skip to content

erikbonn/home-slice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Slice

Real estate market insights application providing weekly housing metrics and market analysis.

Project Structure

  • data-service/: Python scripts for data ingestion and processing
  • api/: FastAPI backend service
  • frontend/: React + Vite frontend application

Development Setup

  1. Install dependencies:

    pnpm install
  2. Set up Python environment:

    cd data-service
    python -m venv venv
    source venv/bin/activate  # On Windows: .\venv\Scripts\activate
    pip install -r requirements.txt
  3. Start development servers:

    pnpm dev

Data Sources

  • Redfin Data Center
  • FRED (Federal Reserve Economic Data)

License

MIT

About

Fetches weekly Redfin and FRED data on a cron job for insights into the housing market.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published