panoukos41 / FoodOnline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodOnline

This project was made for Web Applications in Production at University of West Attica department of Industrial Design and Production Engineering

The project is a web application for online purchasing of fast food from varius shops that are registered in the application.

Some of the features are realtime updates to the order from the shop to the client, User registration to save stores as favorites etc, Search for stores based on the client's addres and many more.

The application uses MySQL as the database, ASP.NET as the backend and Blazor WebAssemlby as the frontend.

Build and run

- What you will need

  • .Net Core 3.1+ SDK. If you have the latest version of Visual Studio then you will probably have it already so you can skip this step.
  • A mysql instance running at port 3306. The porject uses the user "root" with a password "password".
  • One database named foodonline
  • One database named foodonline_users
  • The Ef Core Tools to run migrations on the databases.

- Before you run

  • Use the "ef-app.ps1" and "ef-foodonline.ps1" scripts with the command "update" to apply the migrations to the databases.

- Using Visual Studio:

  1. The latest version.
  2. Open the solution.
  3. Set WebApi as the startup project and click run.

- Using Vs Code:

  1. TODO

- Using the dotnet CLI

  1. Navigate to the project folder named "WebApi"
  2. Run the command "dotnet run"

License

The MIT License

Resources read and watched to make the project

Notes

The project supports openid, but it's not impleneted in a clear manner, the project also is missing some features and pages in the frontend.

I will be updating the project whenever i can to make it what i imagined it to be at first!

About

License:MIT License


Languages

Language:C# 78.1%Language:HTML 20.7%Language:PowerShell 0.6%Language:CSS 0.6%