Skip to content

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

License

Notifications You must be signed in to change notification settings

godstanis/linksmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published