/teste-tecnico-cio

Teste técnico

Primary LanguageJavaScript

Technical test

What's that?

That's a URL crawler to track the links inside html from pages. You can choose a page to start crawling and set it on the code.

How can I run it/ how it was build?

To run the application you have to run in your command line the following commands:
git clone https://github.com/gabrueks/teste-tecnico-cio.git <br>
cd teste-tecnico-cio
make

and acess on your browser: http://localhost:3000

And well, how does it run?
Basically, you can run the command "make" only because it triggers two commands from docker-compose:

docker-compose build
docker-compose up

Any questions you can send me an e-mail: gabriel03899@hotmail.com