This application implements the regions filters to the researches data in Colombia 2019.
You can find insomnia folder with all the request examples in ./documentation/Insomnia_scienti_api.json
In order to run this application you must have installed Docker and Docker-compose Then you must run the following commands:
docker-compose build
docker-compose up -d
docker-compose run web rake db:create
docker-compose run web rake db:migrate
In order to run this app in development environment you must install:
An then, you must configure the file ./config/database.yml
with the postgresql user and run the following commands:
bundle install
rake db:create
rake db:migrate
rails server
Andrea Fuentes