/eleicao-rails

Brazilian elections log

Primary LanguageRuby

Histórico Eleições

This project goal was to make a log of every minute update of an API, this API was showing the current progress in the electoral results.

So from time to time I saved in a mongodb a log with my python observer.

Video example of the website: website-example

Instalation

If you want to try it yourself you can download the project and run the docker compose

docker-compose up --build

It will create the rails app and mongo database.

Final Notes

Remember it was a side project that I did during the elections, everything was so in rush to get the data in the right moment and was my first time doing rails and mongodb, was a good challenge.