/linksmap

:bar_chart: Small web service for generating tree-like structures of a website connections

Primary LanguageGoMIT LicenseMIT

Links Mapper

My first golang project

Live demo to play around with: Demo

Go action Go Report Card Last commit License

📊 Small web service for generating tree-like structures of a website connections, built with concurrency in mind

Application preview image


Running/Installation:

  • Docker

    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 on http://localhost:80 or http://0.0.0.0:80

  • Manual

  1. Make sure you have go installed on your machine. This project was tested on 1.14

  2. Run go get ./.. to get all project dependencies

  3. Start the application with go run ./cmd

    That's it, the server will be available on http://localhost:8080


Issues and contributions are welcome!