Skip to content

AlexanderDiendorfer/Angular_Restaurant_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Restaurant Application

A simple Restaurant app using Angular, Bootstrap and .Net Framework ASP.NET Web API.

Ordering process

alt "One Order"

All current Orders

alt "Order List"


Installation via the following scripts

Microsoft SQL Server Management Studio

  • Run the SQLDBScript.sql to create the Database

Angular

WebAPI

  • Run following command in the NuGet-Packet Manager Console to enable CORS (Cross Origin Resource Sharing)

    • Install-Package Microsoft.AspNet.WebApi.Cors
  • If command is not working try the following commands instead:

    • Update-Package Microsoft.AspNet.WebApi -reinstall
    • Install-Package Microsoft.AspNet.WebApi.Core

About

A simple Restaurant app using Angular, Bootstrap and .Net Framework ASP.NET Web API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors