Skip to content

andreydef/Contrast_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Store Contrast

Version

  • .NET Framework --version .NET Framework: 4.7.2
  • SQL Server --version SQL Server: 15.0.2070.41
  • entity framework --version Entity Framework: 6.4.0

Install and open

  • git clone https://github.com/andreydef/WebStore_Contrast_MVC.git
  • Open in Visual Studio
  • Open package manager console
  • Use this command to uninstall package
Uninstall-package Microsoft.CodeDom.Providers.DotNetCompilerPlatform
  • Create local database in SQL Server with name Db
  • Use this link to the database code folder https://drive.google.com/drive/folders/1gUrcFIKUJQEFhLaLA1N95LwO8_EQ_qbu?
  • Debug project
  • The site opens in a browser at https://localhost:44316/

In this project I used:

  • ASP .NET MVC, Entity Framework
  • SQL, SQL Server
  • HTML5, CSS3, JavaScript, Bootstrap4
  • AJAX, JSON
  • PayPal API

Screenshots

Image of main page on front-end part Image of admin-panel main page Image of product in admin-panel Image of user cart in front-end part Image of user orders in front-end part