A simple Restaurant app using Angular, Bootstrap and .Net Framework ASP.NET Web API.
- Run the SQLDBScript.sql to create the Database
- Run npm install command using node packet manager. Download node here.
-
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