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

https://github.com/buildit/twig-api-dotnet-core

A .NET Core spike of twig-api
https://github.com/buildit/twig-api-dotnet-core

Last synced: about 1 month ago
JSON representation

A .NET Core spike of twig-api

Awesome Lists containing this project

README

        

# twig-api-dotnet-core

A .NET Core spike of twig-api

## Setup

[Download & install .NET Core SDK 2.0](https://www.microsoft.com/net/core#macos) - or `brew cask install dotnet-sdk`

## Restore packages

`dotnet restore`

## Build

`dotnet build`

## Run (open for example)

`dotnet run`

## Run Tests

`dotnet test`