Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 476 Bytes

WebCrawler

Project specification is available in SPECIFICATION.md.

To-do list is available in TODO.md.

How to run

Docker Compose

Clone the repository

git clone https://github.com/Zechiax/WebCrawler.git

Go to the project directory

cd WebCrawler

Run the project

docker compose up

Navigate to localhost:8080, you can change the port in the docker-compose.yml file.