Skip to content

Example project - how to get started with .NET Core

License

Notifications You must be signed in to change notification settings

kenreilly/dotnet-core-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-core-example

An example project demonstrating how to get started with .NET Core

project setup

  • If you don't have .Net Core, get it here
  • clone this repo
  • cd into repo folder

trying it out

  • 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

contributions / support

Suggestions and pull requests are welcome. Thanks!

About

Example project - how to get started with .NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published