Simple webpage and API that provides exchange information of current exchange Rates of currencies in relation to the Paraguayan Guarani.
The API gather information from various popular exchange sites in Paraguay, currently includes:
By default the server starts at port 8080.
/api/exchange/
/api/exchange/{currency}
This endpoints are only available in develop mode (develop spring profile), and are disabled in production
/api/places/init
/api/places/doQuery
The step required to compile this application are stored in the main Dockerfile.
./mvnw package
npm
client
folder npm run build
The system query the data every 10 minutes, and are only enabled in production profile.
This project is in an continuous delivery:
This work is released under The MIT License