{"id":16690769,"url":"https://github.com/omaxel/market-prices","last_synced_at":"2026-05-06T13:38:30.896Z","repository":{"id":87213924,"uuid":"419628486","full_name":"omaxel/market-prices","owner":"omaxel","description":"Real-time application using .NET, Azure SignalR, Azure Functions, Azure Cosmos DB, and Angular.","archived":false,"fork":false,"pushed_at":"2021-10-22T17:01:18.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T06:02:06.563Z","etag":null,"topics":["angular","azure-cosmos-db","azure-functions","dotnet","real-time","signalr"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/omaxel.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":"2021-10-21T07:44:38.000Z","updated_at":"2021-10-22T17:01:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"856f7d1a-ada3-408c-81da-0176c206e2e8","html_url":"https://github.com/omaxel/market-prices","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"fa0aba46705f6593379405d47bff6777112d0076"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omaxel/market-prices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaxel%2Fmarket-prices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaxel%2Fmarket-prices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaxel%2Fmarket-prices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaxel%2Fmarket-prices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omaxel","download_url":"https://codeload.github.com/omaxel/market-prices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omaxel%2Fmarket-prices/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267417664,"owners_count":24083839,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","azure-cosmos-db","azure-functions","dotnet","real-time","signalr"],"created_at":"2024-10-12T16:05:17.518Z","updated_at":"2025-10-29T04:37:27.680Z","avatar_url":"https://github.com/omaxel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Market Prices\nReal-time application based on .NET, Azure SignalR, Azure Cosmos DB, and Angular. From the main page, you can monitor market products' prices. From the *Set prices* page, you can update products' prices. Changes are automatically pushed to the main page without reloading.\n\n![Demo](./demo.gif)\n\n## Getting started\nFollow the below steps to configure and run the application. Each step could depend on the previous one.\n\n### Create Azure Resources\n- Create a Resource Group in Azure.\n- [Deploy the ARM template](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-portal#deploy-resources-from-custom-template) `src/azure-services/template.json` into the resource group. You can customize the resources' names by specifying custom parameters.\n\n### Database\n- Import the `src/azure-services/cosmosdb-data.json` file into the Azure Cosmos DB container to fill it with example data. You can use the *Import* functionality of the Azure Portal.\n\n### Back-end\n*Folder*: `src/back-end`\n\n- Compile and deploy the *MarketPrices.Functions* project to the Azure Function App.\n- (Local debug only) Update the `local.settings.json` file by replacing the placeholder for the following settings with real values:\n  - `CosmosDBConnection` =\u003e Connection string of the Cosmos DB Account.\n  - `SignalRConnection` =\u003e Connection string of the SignalR Service.\n\n**Note:** You don't need to configure any Azure service since the configuration is automatically performed when deploying the ARM template.\n\n**Note:** The CORS *Allowed Origins* settings of the SignalR service is set to `*`, allowing use in your local machine. When you are done testing in your local machine, you should restrict access to the front-end application only.\n\n### Front-end\n*Folder*: `src/front-end`\n\n- Configure Azure Storage Account to serve static Web Apps ([link](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website#setting-up-a-static-website)).\n- Set the `apiUrl` property of the `/src/environments/environment.prod.ts` file to the URL of the Azure Function App.\n- Compile the front-end application by running `npm i \u0026\u0026 npm run build:prod` from the terminal opened in the project root folder.\n- Deploy the front-end application by uploading the content of the `dist` folder to the Azure Storage `$web` container.\n\nYou can now navigate to the Storage Static Web App URL to use the application.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomaxel%2Fmarket-prices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomaxel%2Fmarket-prices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomaxel%2Fmarket-prices/lists"}