Skip to content

This is a web service built with .NET Core 2.0 Framework for PapaJohnsClone and Analytics websites

Notifications You must be signed in to change notification settings

Tiamatt/PapaJohnsCloneApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PapaJohnsCloneApi app

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.

Demo

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

Features

  • ASP.NET Web API
  • Async/Await approach
  • CORS configuration
  • SSL configuration

Built With

  • .NET Core 2.0 Framework
  • Entity Framework Core 2.0
  • C#
  • Visual Studio 2017

Getting Started

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