About | Technologies | Getting Started | License | Author
This is a project requested by Speedio, project is based on creating a web scraper using Ruby on Rails to gather data from SimilarWeb and store it in records in MongoDB.
The following tools were used in the construction of the project:
Clone the project into your local folder.
git clone https://github.com/EduardoJesusx/Desafio-SpeedioBuild the Docker image.
docker-compose buildStart the container with bash
docker-compose run --service-ports app bashInstall the dependencies
bundle installStart the Rails server
rails s -b 0.0.0.0 -bAccess the application:
Note: To be able to use the application, it is necessary to modify the access key to the database in the Atlas service.
This project is under the MIT license. See the file. MIT for more details.