Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignatandrei/infovalutar
Exchange rates for everyone
https://github.com/ignatandrei/infovalutar
Last synced: 22 days ago
JSON representation
Exchange rates for everyone
- Host: GitHub
- URL: https://github.com/ignatandrei/infovalutar
- Owner: ignatandrei
- License: mit
- Created: 2019-07-29T08:40:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:05:12.000Z (about 2 years ago)
- Last Synced: 2024-04-15T03:09:36.795Z (9 months ago)
- Language: C#
- Size: 1.93 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 118
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InfoValutar
Exchange rates for everyone
GitHub Actions :
![](https://github.com/ignatandrei/InfoValutar/workflows/.NET%20Core/badge.svg)Azure Build
[![Build Status](https://dev.azure.com/ignatandrei0674/InfoValutar/_apis/build/status/ignatandrei.InfoValutar?branchName=master)](https://dev.azure.com/ignatandrei0674/InfoValutar/_build/latest?definitionId=5&branchName=master)
![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/ignatandrei0674/InfoValutar/5/master)
![Azure DevOps cc](https://img.shields.io/azure-devops/coverage/ignatandrei0674/InfoValutar/5/master)Docker :
![Docker Pulls](https://img.shields.io/docker/pulls/ignatandrei/infovalutar)
docker run --rm -d -p 8080:8080 ignatandrei/infovalutar:latest
http://localhost:8080/swagger[![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/ignatandrei/InfoValutar/master/PlayWithDocker/WebAPI.yml)
( press the Login/Start, then 8080 link . Close the session / Refresh the session page if not works )## Site
https://infovalutar.azurewebsites.net/
## To run the project ( for developers )
If you have Visual Studio 2019 ( at least Community ) and .NET Core 3, then run
dotnet tool restore
in the folder with InfoValutar.sln file . Then you can open InfoValutar.sln
If you have Visual Studio Code - then install Remote Explorer extension and open the folder with InfoValutar.sln