This RESTful web service was developed for PapaJohnsClone and Analytics apps
!!!Note, this app is no longer used. It was replaced by DotNetApisForAngularProjects RESTful web service.
Web service was deployed to SmarterAsp.Net (moved from Microsoft Azure Cloud)
Example:
[
{
"id": 1,
"name": "Desserts"
},
{
"id": 2,
"name": "Drinks"
},
{
"id": 3,
"name": "Extras"
},
{
"id": 4,
"name": "Pizza"
},
{
"id": 5,
"name": "Sides"
}
]
See more information in Documentation.txt
- ASP.NET Web API
- Async/Await approach
- CORS configuration
- SSL configuration
- .NET Core 2.0 Framework
- Entity Framework Core 2.0
- C#
- Visual Studio 2017
Note that this project requires Visual Studio 2017 or Visual Studio Code
In order to start the project use:
$ git clone https://github.com/Tiamatt/PapaJohnsCloneApi
# open PapaJohnsCloneApi.sln with Visual Studio
# or open the folder with Visual Studio Code