An open API service indexing awesome lists of open source software.

https://github.com/zpratt/dotnetcorehack


https://github.com/zpratt/dotnetcorehack

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# dotnetcorehack
A very basic API to get back into things with C#

## Prerequisites for Running and Writing Code
1. Install [.Net Core](https://www.microsoft.com/net/download/core)
2. Install [Install .NET Core SDK](https://www.microsoft.com/net/core#macos)
3. Install [Visual Studio Code](https://code.visualstudio.com/download)
4. Install the csharp extension for Visual Studio code within the IDE.

## Run the app
1. `dotnet restore` - this will download all the dependnecies
2. `dotnet run` - this will start the app
3. JSON request using Postman can be made to `http://localhost:5000/contacts`