1. Getting Started - Gluzberg/cart-api GitHub Wiki
Content
Prerequisites
- .NET Core 2.x
Clone
-
Clone this repository:
git clone https://github.com/Gluzberg/cart-api.git
Build
-
Navigate to the directory of cloned repository and enter:
dotnet build
Run
-
Navigate to the directory of cloned repository and enter:
dotnet run --project ./CartAPI/CartAPI.csproj
-
If everything went well, the following should be pormted:
Now listening on: http://localhost:52865