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.
- Host: GitHub
- URL: https://github.com/iamsushantk/cointrack-api
- Owner: iamsushantk
- License: mit
- Created: 2023-05-12T07:16:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T00:19:59.000Z (about 2 years ago)
- Last Synced: 2025-01-29T14:44:02.353Z (12 months ago)
- Topics: code-challenge, cryptocurrency, dotnet
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.