Full-stack online pizza store using Angular 6, ASP.NET, and the Entity Framework.
Install VS Studio Comumnity 2017 > Install ASP.net Tools
Download SQL Express Server 2017 Installiation File > Download Media > LocalDB
cmd
git clone https://github.com/duffcon/PizzAPIe.git
cd FrontEnd
npm installVisual Studio > File > Open > Project/Solution > PIzzAPIe
Package Manager Console
# cd to main project folder (contains PizzAPIe.sln)
add-migration init
update-database
Run IIS Express
A simplified Front-End only version is available at: