Skip to content

Auction Website created using .NET Core Razor Pages.

Notifications You must be signed in to change notification settings

TSiustis/EAuction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EAuction

EAuction is a website in which users can sell and buy items from other users around Europe.

Technologies used:

  • .NET Core Razor Pages
  • Entity Framework Core
  • SignalR
  • jQuery
  • Azure Vault Key

Running the application

To run the application:

  • Open the solution with Visual Studio.
  • Check the connection string in appsettings.json and change if necessary.
  • Run database migrations: Run 'Update-Database' command from Package Manager Console. This creates database and populates initial data.
  • Run the application! That's it.

After creating a user you can create your own auctions or bid on existing items.

You can view your auctions in the User Dashboard.

You can view the items you won in the User Dashboard.