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
- Host: GitHub
- URL: https://github.com/donaldkibet/dotnet-core-webapi
- Owner: donaldkibet
- Created: 2019-10-23T20:51:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T21:37:33.000Z (over 6 years ago)
- Last Synced: 2025-05-28T09:49:54.258Z (8 months ago)
- Topics: dotnetco, todoitems, webapi-core
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`