/dotnet-storefront

epicodus .NET code review

Primary LanguageC#

StoreFront

Joseph Tomlinson

A Web application programmed in ASP .NET 1.1 meant to showcase and review products.

Requirements for building

.NET 1.1 SDK Windows | Mac OSX

.NET Runtime Windows | Max OSX

MySQL Server NAMP | MySQL Community Server

IDE: Visual Studio

GIT CLI Git-SCM

Build Instructions

  1. Clone with git to your local machine.
  2. cd into dotnet-storefront/storefront with your terminal/command prompt
  3. run dotnet restore, this will install needed packaged for the app.
  4. run dotnet ef database update, this will prepare the database for the app.
  5. Open "Portfolio.sln" with Visual Studio.
  6. Click "Run" from visual studio, a web page will open displaying the site.