https://github.com/zpratt/dotnetcorehack
https://github.com/zpratt/dotnetcorehack
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zpratt/dotnetcorehack
- Owner: zpratt
- Created: 2017-07-13T14:33:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T16:24:10.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T22:43:42.129Z (over 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`