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

https://github.com/iamsushantk/cointrack-api

Backend for cryptocurrency price tracker app. Currently only supports BTC, ETH and XRP.
https://github.com/iamsushantk/cointrack-api

code-challenge cryptocurrency dotnet

Last synced: 10 months ago
JSON representation

Backend for cryptocurrency price tracker app. Currently only supports BTC, ETH and XRP.

Awesome Lists containing this project

README

          

# CoinTrack API

Cryptocurrency price tracker. Currently only supports BTC, ETH and XRP.

## Development setup

|Software|Download Link|
|---|---|
|.NET Core 5.0.102|https://dotnet.microsoft.com/download|

### Build

Run `dotnet build` to build.

### Running

`dotnet run --project CoinTrackApi.Web`

### Test

Run `dotnet test` to test.