Code Monkey home page Code Monkey logo

fooddesire's Introduction

Food Desire: An Online Food Ordering System

Food 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.

Poster

Features

  • Online food ordering
  • Meal customization
  • Personalized recommendations
  • Inventory management for restaurants

Technologies

The technologies used in this project include C#, .NET, ML.NET, ASP.NET Core, Blazor, WinUi3, and Windows App SDK.

Development Environment Setup

To set up the development environment for this project, you will need to have the following prerequisites installed:

  1. .NET 7.
  2. Visual Studio.
    • When installing Visual Studio, make sure to select the following workloads:
      • Desktop development with .NET.
      • Universal Windows Platform development.
      • ASP.NET and web development.
      • Windows App SDK.
  3. SQL Server.
  4. Git installed on your computer.

Initial Setup

  1. Clone the project.

    git clone https://github.com/haritha99ch/FoodDesire.git

  2. Change directory to Src.

    cd FoodDesire/Src

  3. Set Environment variables.

  4. Configure Database using Entity Framework Core.

  5. Build the solution.

    dotnet build

  6. Run Tests.

    dotnet test

  7. Train ML Model (Optional, Dataset required).

    dotnet run --project ./FoodDesire.ML.Model

  8. Go through Domain Layers Models, DAL, Core to understand its structure and functionality.

  9. Go through the Inventory Management System to understand its structure and functionality.

  10. Go through the Web Application to understand its structure and functionality.

DevOps Pipeline

Automated development process of the system.

  1. Releases.

    • Releases are automated using GitHub Actions. Go through this guide and workflow file.
    • Installing.
      • 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.
      • It is important to note that the IMS app requires the use of .NET user secrets on the client system. This ensures that only authorized individuals can access and use the app.
  2. Hosting. The web app is hosted on Azure App Service. GitHub Actions is used to automate the deployment process. Go through this guide and workflow file.

Each of these steps is followed by automated testing to ensure that the app is functioning correctly. Go through this guide and workflow file.

fooddesire's People

Contributors

haritha99ch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.