What this project is and why it is useful
- SiliconScraper is a multi-part scraping and flipping tool (Backend/ + SilicionFront/) for tech item markets. It contains planning docs (projectPlan.md, structurePlanning.md) and separate front/back structure stubs.
- Useful for automating market monitoring and surfacing flipping opportunities across marketplaces.
Usage (exact commands / environment)
- Backend:
- Inspect Backend/ for README/entrypoint (not present at root listing). Implement or run the backend via provided scripts.
- Frontend:
- Inspect SilicionFront/ for frontend build/run instructions.
- Start by reading projectPlan.md and structurePlanning.md to align on the intended dev flow.
Project structure & how it works
- Backend/ — scraper processes, normalization and storage
- SilicionFront/ — UI for showing found opportunities
- Planning docs provide architecture and task breakdown.
Tech stack & architecture choices
- Likely Python/Node split (common for scrapers + SPA frontends) — verify actual language inside Backend/ and SilicionFront/.
- Modular scraper + central datastore recommended for extensibility.
Notes
- Add clear run scripts and a top-level README with quickstart steps for both backend and frontend.