8000 GitHub - KamilaNowak/currency-app: Website to observe currencies written with reactive library (Spring WebFlux)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Website to observe currencies written with reactive library (Spring WebFlux)

Notifications You must be signed in to change notification settings

KamilaNowak/currency-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Application

Web application which shows latest currencies, gold price and convert any amount to another currency. To use converter user has to have account.

Installing

To open app in your own IDE clone this repository

git clone https://github.com/KamilaNowak/currency-app.git

And run Docker procedures to run the application

docker build -f Dockerfile -t <App name>:<version> .

Check what ID has created image and run the application

docker run -p 8000:8080 <Image ID>

Built With

Used external APIs

Author

License

This project is licensed under the MIT License

About

Website to observe currencies written with reactive library (Spring WebFlux)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0