Skip to content

Jafolayan1/eFoodHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

eFoodHub

Description

Food delivery web application project, built using .NET 5 MVC.

Features

  1. CRUD operation
  2. Repository Pattern
  3. Areas
  4. Identity
  5. Viewcomponents

Installation

VISUAL STUDIO

  1. Clone the project on your local computer or download as Zip folder.
  2. Open the .sln project.
  3. Add Migrations and Update Database on the Package Manager Console.
add-migration <migrationname>

update-database
  1. SeedData
  2. Build project.
  3. Run project.

Visual Studio Code

  1. Clone the project on your local computer or download as Zip folder.
  2. Using the Command Prompt go to the directory of the project.
  3. Open the project at the root of the folder.
  4. Add Migrations and Update Database on the Terminal.
dotnet add migration <migrationname>

dotnet update database
  1. SeedData
  2. Clean the project using
dotnet clean
  1. Build project on the command line
dotnet build
  1. Run project.
dotnet run

About

An Online food delivery application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published