An example project demonstrating how to get started with .NET Core
- If you don't have .Net Core, get it here
- clone this repo
cdinto repo folder
- start the server with
$ ./api-start.sh - add items with
$ ./api-add-item.sh "Item Name" "Some item description" - get items with
$ ./api-list-items.sh
Suggestions and pull requests are welcome. Thanks!
