{"id":26775922,"url":"https://github.com/ValsCodes/Steam-Web-Scraping-CRM","last_synced_at":"2026-04-20T03:07:22.036Z","repository":{"id":281490334,"uuid":"853220416","full_name":"ValsCodes/Steam-App-Angular-Server","owner":"ValsCodes","description":"Web based Scraping CRM for Steam","archived":false,"fork":false,"pushed_at":"2025-03-21T13:31:29.000Z","size":771,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T14:34:37.402Z","etag":null,"topics":["angular","dotnet","mvc","scraper","steam"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ValsCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-06T08:17:00.000Z","updated_at":"2025-03-21T13:31:33.000Z","dependencies_parsed_at":"2025-03-09T13:32:22.780Z","dependency_job_id":"b43fd3ee-5286-4543-9122-fea09c936383","html_url":"https://github.com/ValsCodes/Steam-App-Angular-Server","commit_stats":null,"previous_names":["valscodes/steam-app-angular-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValsCodes%2FSteam-App-Angular-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValsCodes%2FSteam-App-Angular-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValsCodes%2FSteam-App-Angular-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValsCodes%2FSteam-App-Angular-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValsCodes","download_url":"https://codeload.github.com/ValsCodes/Steam-App-Angular-Server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135532,"owners_count":20729052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","dotnet","mvc","scraper","steam"],"created_at":"2025-03-29T03:29:39.798Z","updated_at":"2026-04-20T03:07:22.031Z","avatar_url":"https://github.com/ValsCodes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam Web Scraping CRM\n\nA full-stack application for tracking and analyzing Steam Community Market listings.\n\n- **Frontend:** Angular 21 (`SteamApp.Client`)\n- **Backend:** .NET 9 Web API (`SteamApp.Server/SteamApp.WebAPI`)\n- **Primary use case:** maintain game/product/tag/pixel metadata and run market scraping workflows with watch/wish list automation.\n\n\u003e **Disclaimer**\n\u003e This project is not affiliated with, endorsed by, or sponsored by Valve Software.\n\n## Documentation index\n\n- [Getting Started](docs/GETTING_STARTED.md)\n- [Architecture Overview](docs/ARCHITECTURE.md)\n- [API Reference](docs/API_REFERENCE.md)\n- [Contributing Guide](docs/CONTRIBUTING.md)\n\n## Quick start\n\n### 1) Clone\n\n```bash\ngit clone \u003cyour-repository-url\u003e\ncd Steam-Web-Scraping-CRM\n```\n\n### 2) Start backend\n\n```bash\ncd SteamApp.Server/SteamApp.WebAPI\n# configure secrets/env vars first (see docs/GETTING_STARTED.md)\ndotnet restore\ndotnet build\ndotnet run\n```\n\n### 3) Start frontend\n\n```bash\ncd SteamApp.Client\nnpm install\nnpm start\n```\n\n- Frontend: `http://localhost:4200`\n- Backend swagger: `https://localhost:7273/swagger` (port may vary by local profile)\n\n## Core features\n\n- CRUD for Games, Game URLs, Products, Pixels, Tags, Wish List, Watch List.\n- M2M relation management from primary forms:\n  - Game URL ↔ Products\n  - Game URL ↔ Pixels\n  - Product ↔ Tags\n- Data-table filters and export to Excel in key pages.\n- JWT auth and protected API routes.\n- Background worker support for wishlist checks.\n\n## Tech stack\n\n### Frontend\n\n- Angular 21\n- Angular Material\n- RxJS\n- Tailwind + SCSS\n- XLSX export\n\n### Backend\n\n- ASP.NET Core (.NET 9)\n- Minimal APIs + Controllers\n- Entity Framework Core (SQL Server)\n- JWT auth\n- AutoMapper\n- Hosted background worker(s)\n\n## Current repository layout\n\n```text\nSteam-Web-Scraping-CRM/\n├─ SteamApp.Client/                  # Angular application\n├─ SteamApp.Server/\n│  ├─ SteamApp.WebAPI/              # ASP.NET Core API host\n│  ├─ SteamApp.Application/         # DTOs / application layer\n│  ├─ SteamApp.Infrastructure/      # infra services/repos\n│  ├─ SteamApp.Models/              # domain layer\n│  └─ SteamApp.Tests/               # tests\n└─ docs/                            # project documentation\n```\n\n## Support\n\nIf you want help running the stack locally, open an issue with:\n\n- OS + runtime versions (`node -v`, `dotnet --version`)\n- backend logs\n- frontend console/build output\n- the exact endpoint or page you are testing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FValsCodes%2FSteam-Web-Scraping-CRM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FValsCodes%2FSteam-Web-Scraping-CRM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FValsCodes%2FSteam-Web-Scraping-CRM/lists"}