{"id":13523504,"url":"https://github.com/haritha99ch/FoodDesire","last_synced_at":"2025-04-01T00:32:06.036Z","repository":{"id":97095378,"uuid":"583826645","full_name":"haritha99ch/FoodDesire","owner":"haritha99ch","description":"An Online Food Ordering System for PUSL3119 Computing Project. This project contains the implementation of Entity Framework and clear application architecture in .NET.","archived":false,"fork":false,"pushed_at":"2024-03-16T10:08:02.000Z","size":39910,"stargazers_count":19,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T09:44:46.136Z","etag":null,"topics":["asp-net-core","azure-active-directory","azure-app-service","azure-devops","azure-storage","blazor-webassembly","clean-architecture","clean-code","continuous-deployment","desktop-app","distributed-systems","dotnet","inventory-management-system","mvc-architecture","mvvm-architecture","online-food-ordering-system","recommender-system","webapp","windows-app-sdk","winui3"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haritha99ch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-31T04:07:31.000Z","updated_at":"2025-02-11T17:40:05.000Z","dependencies_parsed_at":"2024-03-16T11:26:34.534Z","dependency_job_id":"552185db-67b7-492f-bf13-0c8a591c1eab","html_url":"https://github.com/haritha99ch/FoodDesire","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haritha99ch%2FFoodDesire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haritha99ch%2FFoodDesire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haritha99ch%2FFoodDesire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haritha99ch%2FFoodDesire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haritha99ch","download_url":"https://codeload.github.com/haritha99ch/FoodDesire/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246563354,"owners_count":20797443,"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":["asp-net-core","azure-active-directory","azure-app-service","azure-devops","azure-storage","blazor-webassembly","clean-architecture","clean-code","continuous-deployment","desktop-app","distributed-systems","dotnet","inventory-management-system","mvc-architecture","mvvm-architecture","online-food-ordering-system","recommender-system","webapp","windows-app-sdk","winui3"],"created_at":"2024-08-01T06:01:00.663Z","updated_at":"2025-04-01T00:32:06.031Z","avatar_url":"https://github.com/haritha99ch.png","language":"C#","funding_links":[],"categories":["📑 Apps List"],"sub_categories":["🪟 Windows Apps"],"readme":"# Food Desire: An Online Food Ordering System\n\nFood Desire is an online food ordering system developed by Haritha Rathnayake at the University of Plymouth. The project aims to enhance the food ordering experience by allowing customers to customize their meals and receive personalized recommendations. The system also includes an inventory management system for restaurants to manage ingredients and recipes.\n\n![Poster](Images/Food%20Desire%20Poster.png)\n\n## Features\n\n- Online food ordering\n- Meal customization\n- Personalized recommendations\n- Inventory management for restaurants\n\n## Technologies\n\nThe technologies used in this project include C#, .NET, ML.NET, ASP.NET Core, Blazor, WinUi3, and Windows App SDK.\n\n## Development Environment Setup\n\nTo set up the development environment for this project, you will need to have the following prerequisites installed:\n\n1. .NET 7.\n2. Visual Studio.\n    - When installing Visual Studio, make sure to select the following workloads:\n      - Desktop development with .NET.\n      - Universal Windows Platform development.\n      - ASP.NET and web development.\n      - Windows App SDK.\n3. SQL Server.\n4. Git installed on your computer.\n\n### Initial Setup\n\n1. Clone the project.\n\n    `git clone https://github.com/haritha99ch/FoodDesire.git`\n\n2. Change directory to Src.\n\n    `cd FoodDesire/Src`\n\n3. [Set Environment variables](Src/FoodDesire.AppSettings/README.md#setting-environment-variables).\n4. [Configure Database using Entity Framework Core.](Src/FoodDesire.DAL/README.md#database-migrations)\n5. Build the solution.\n\n    `dotnet build`\n\n6. Run Tests.\n\n    `dotnet test`\n\n7. [Train ML Model](Src/FoodDesire.ML.Model/README.md) (Optional, Dataset required).\n\n    `dotnet run --project ./FoodDesire.ML.Model`\n\n8. Go through Domain Layers [Models](Src/FoodDesire.Models/README.md), [DAL](Src/FoodDesire.DAL/README.md), [Core](Src/FoodDesire.Core/README.md) to understand its structure and functionality.\n9. Go through the [Inventory Management System](Src/FoodDesire.IMS/README.md) to understand its structure and functionality.\n10. Go through the [Web Application](Src/FoodDesire.Web.API/README.md) to understand its structure and functionality.\n\n## DevOps Pipeline\n\nAutomated development process of the system.\n\n1. Releases.\n    - Releases are automated using GitHub Actions. Go through [this guide](https://github.com/MicrosoftDocs/windows-dev-docs/blob/docs/hub/apps/package-and-deploy/ci-for-winui3.md) and [workflow file](.github/workflows/production-winui3-fooddesire-dotnet-desktop.yml).\n    - Installing.\n        - Before installing the MSIX package, it is important to ensure that the certificate is installed in the system. This will allow the package to be trusted and installed    correctly. [Installing a test certificate directly from an MSIX package.](https://www.advancedinstaller.com/install-test-certificate-from-msix.html)\n        - It is important to note that the IMS app requires the use of [.NET user secrets](Src/FoodDesire.AppSettings/README.md#setting-environment-variables) on the client system. This ensures that only authorized individuals can access and use the app.\n\n2. Hosting.\n    The web app is hosted on Azure App Service. GitHub Actions is used to automate the deployment process. Go through [this guide](https://learn.microsoft.com/en-us/dotnet/devops/github-actions-overview) and [workflow file](.github/workflows/production-web_app-fooddesire-web-sea-dev-001.yml).\n\nEach of these steps is followed by automated testing to ensure that the app is functioning correctly. Go through [this guide](https://learn.microsoft.com/en-us/dotnet/devops/dotnet-test-github-action) and [workflow file](.github/workflows/dotnet-desktop.yml).\n\n\u003e I no longer have access to the student email which had a free Azure subscription. So the production environment is no longer available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharitha99ch%2FFoodDesire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharitha99ch%2FFoodDesire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharitha99ch%2FFoodDesire/lists"}