My first golang project
📊 Small web service for generating tree-like structures of a website connections, built with concurrency in mind
-
If you have docker and docker-compose installed on your machine - you can simply run
docker-compose up
from project's directory and running application will wait you onhttp://localhost:80
orhttp://0.0.0.0:80
-
Make sure you have go installed on your machine. This project was tested on
1.14
-
Run
go get ./..
to get all project dependencies -
Start the application with
go run ./cmd
That's it, the server will be available on
http://localhost:8080
Issues and contributions are welcome!