Skip to content

aVolpe/cotizacion

Repository files navigation

Cotizaciones del Paraguay

Codacy Badge Build Status Quality Gate FOSSA Status

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:

  • Cambios Chaco
  • Cambios Alberdi
  • Cambios MyD
  • Cambios Amambary
  • MaxiCambios

Endpoints

By default the server starts at port 8080.

  • Current currencies: /api/exchange/
  • Today exchange of Currency: /api/exchange/{currency}

Develop endpoints

This endpoints are only available in develop mode (develop spring profile), and are disabled in production

  • Init exchange places: /api/places/init
  • Query current exchange: /api/places/doQuery

Development

The step required to compile this application are stored in the main Dockerfile.

Back end

  1. You need java 8
  2. Execute in the root ./mvnw package

Front end

  1. You need npm
  2. Execute in the client folder npm run build

CronJobs

The system query the data every 10 minutes, and are only enabled in production profile.

CI and CD

This project is in an continuous delivery:

  1. The code is hosted in Github
  2. On a push (or a merge request), the travis CI is trigger and a new image is generated (avolpe/cotizacion)
  3. A web hook is invoked to the server (www.volpe.com.py)
  4. The server pull the new image and restart

Links

TODO

  • Make the database a volume (now it restart every time)
  • Add a chart to show the exchange evolution.
  • Add a map to show the shortest path to get the best exchange.

License

This work is released under The MIT License

FOSSA Status