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

https://github.com/donaldkibet/dotnet-core-webapi

Todo dotnet web-api
https://github.com/donaldkibet/dotnet-core-webapi

dotnetco todoitems webapi-core

Last synced: 5 months ago
JSON representation

Todo dotnet web-api

Awesome Lists containing this project

README

          

# Microsoft dotnet core web-api

Simple implementation of dotnet-core 3.0 webapi

## Setup Instructions

1. Install dotnet core version 3.0 [download](https://dotnet.microsoft.com/download)
2. clone the repository `git clone https://github.com/donaldkibet/dotnet-core-webapi.git`
3. Change to the project root folder `cd TodoAPI`
4. Restore the packages `dotnet restore`