https://github.com/ignatandrei/infovalutar
Exchange rates for everyone
https://github.com/ignatandrei/infovalutar
Last synced: over 1 year 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:05:12.000Z (over 3 years ago)
- Last Synced: 2025-02-10T08:14:38.928Z (over 1 year 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 :

Azure Build
[](https://dev.azure.com/ignatandrei0674/InfoValutar/_build/latest?definitionId=5&branchName=master)


Docker :

docker run --rm -d -p 8080:8080 ignatandrei/infovalutar:latest
http://localhost:8080/swagger
[](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