{"id":17217715,"url":"https://github.com/poulad/futbol","last_synced_at":"2026-05-09T09:37:43.287Z","repository":{"id":75242534,"uuid":"138451936","full_name":"poulad/Futbol","owner":"poulad","description":"Progressive Web App with Angular","archived":false,"fork":false,"pushed_at":"2018-09-12T02:25:09.000Z","size":1911,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T12:47:10.423Z","etag":null,"topics":["angular","aspnetcore","football","futbol","pwa","pwa-apps","soccer","typescript"],"latest_commit_sha":null,"homepage":"https://pouladpld.github.io/Futbol","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/poulad.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},"funding":{"github":"poulad","open_collective":"poulad"}},"created_at":"2018-06-24T03:58:02.000Z","updated_at":"2018-09-12T02:25:11.000Z","dependencies_parsed_at":"2023-06-05T20:15:12.504Z","dependency_job_id":null,"html_url":"https://github.com/poulad/Futbol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulad%2FFutbol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulad%2FFutbol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulad%2FFutbol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulad%2FFutbol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poulad","download_url":"https://codeload.github.com/poulad/Futbol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245476718,"owners_count":20621698,"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","aspnetcore","football","futbol","pwa","pwa-apps","soccer","typescript"],"created_at":"2024-10-15T03:44:35.679Z","updated_at":"2026-05-09T09:37:43.231Z","avatar_url":"https://github.com/poulad.png","language":"C#","funding_links":["https://github.com/sponsors/poulad","https://opencollective.com/poulad"],"categories":[],"sub_categories":[],"readme":"# Futbol\r\n\r\n[![Build Status](https://travis-ci.org/poulad/Futbol.svg?branch=master)](https://travis-ci.org/poulad/Futbol)\r\n\r\nA Progressive Web App with Angular and ASP.NET Core\r\n\r\n## Getting Started\r\n\r\n1. Install NodeJS and APS.NET Core 2.1+\r\n    ```bash\r\n    # check .NET Core installation\r\n    dotnet --info\r\n\r\n    # check Angular CLI installation\r\n    ng --version\r\n    ```\r\n1. Run an instance of Postgres database.\r\n    ```bash\r\n    # if using Docker, try this command\r\n    docker run --name futbol-postgres --detach --publish 5432:5432 -e POSTGRES_PASSWORD=password -e POSTGRES_USER=futbol -e POSTGRES_DB=futbol postgres:10\r\n    ```\r\n1. Start Angular app\r\n    ```bash\r\n    cd src/ClientApp/\r\n    npm instal\r\n    npm start\r\n    ```\r\n1. Start ASP.NET Core app\r\n    ```bash\r\n    cd src/Futbol.Web/\r\n    dotnet run\r\n    ```\r\n1. hit [http://localhost:5000](http://localhost:5000) in your browser.\r\n\r\n## Database\r\n\r\nUsing Docker\r\n\r\n```bash\r\ndocker run --name futbol-postgres --detach --publish 5432:5432 -e POSTGRES_PASSWORD=password -e POSTGRES_USER=futbol -e POSTGRES_DB=futbol postgres:10\r\n\r\n# docker stop futbol-postgres\r\n# docker start futbol-postgres\r\n# docker rm --volumes --force futbol-postgres\r\n```\r\n\r\n## Deployment\r\n\r\n### Clean up\r\n\r\n```bash\r\ndocker rm -fv futbol_web-app futbol_postgres\r\nsudo rm -rfv /var/futbol/\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoulad%2Ffutbol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoulad%2Ffutbol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoulad%2Ffutbol/lists"}