{"id":47122470,"url":"https://github.com/timothyf/baseball-data-lab-web","last_synced_at":"2026-03-12T19:32:41.702Z","repository":{"id":310446466,"uuid":"1039859301","full_name":"timothyf/baseball-data-lab-web","owner":"timothyf","description":"Web application that uses baseball-data-lab project","archived":false,"fork":false,"pushed_at":"2025-09-09T02:34:26.000Z","size":3654,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-09T02:54:39.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/timothyf.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-18T05:06:55.000Z","updated_at":"2025-09-09T02:34:30.000Z","dependencies_parsed_at":"2025-09-09T02:37:53.396Z","dependency_job_id":"e50c0e88-c8e5-4ba0-8908-d4a4b3b5e06f","html_url":"https://github.com/timothyf/baseball-data-lab-web","commit_stats":null,"previous_names":["timothyf/baseball-data-lab-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timothyf/baseball-data-lab-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyf%2Fbaseball-data-lab-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyf%2Fbaseball-data-lab-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyf%2Fbaseball-data-lab-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyf%2Fbaseball-data-lab-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timothyf","download_url":"https://codeload.github.com/timothyf/baseball-data-lab-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timothyf%2Fbaseball-data-lab-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30439897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-03-12T19:32:40.980Z","updated_at":"2026-03-12T19:32:41.678Z","avatar_url":"https://github.com/timothyf.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# baseball-data-lab-web\n\nA Django based web interface for exploring data from the `baseball-data-lab` library.\n\n## Development\n\n1. Install Python dependencies:\n   ```bash\n   pip install -r backend/requirements.txt\n   ```\n2. Install frontend dependencies:\n   ```bash\n   cd frontend\n   npm install\n   cd ..\n   ```\n3. Run database migrations:\n   ```bash\n   cd backend\n   python manage.py migrate\n   cd ..\n   ```\n4. Start the frontend and backend development servers together:\n   ```bash\n   foreman start -j Procfile.dev\n   ```\n5. Visit `http://localhost:8000/` to see the home page displaying information from `baseball-data-lab`.\n\n### Environment Variables\n\nConfiguration values are read from environment variables. Copy `.env.example` to `.env` and adjust as needed.\n\n| Variable | Description |\n| --- | --- |\n| `SECRET_KEY` | Django secret key |\n| `POSTGRES_DB` | Database name |\n| `POSTGRES_USER` | Database user |\n| `POSTGRES_PASSWORD` | Database password |\n| `POSTGRES_HOST` | Database host |\n| `POSTGRES_PORT` | Database port |\n\nThis project is a minimal scaffold and is intended to grow with additional views and data presentations over time.\n\n## Frontend\n\nVue components live in the `frontend/` directory and are bundled with Vite into\n`backend/static/frontend/main.js` for production. During development you can run:\n\n```bash\nnpm run dev\n```\n\nto start a development server with hot-reloading. When `DEBUG` is enabled,\nthe Django template pulls scripts from `http://localhost:5173` automatically.\nIn production, the prebuilt asset is referenced using the `{% static %}` tag.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyf%2Fbaseball-data-lab-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothyf%2Fbaseball-data-lab-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothyf%2Fbaseball-data-lab-web/lists"}