go-domains

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2019 License: MIT Imports: 6 Imported by: 0

README

Go Domains

Web application to get information about any domain.

The information is getted from SSL Labs, web scraping and Whois.

This application is development using Golang and Vue.js.

Dependecies

# install Whois bin in Ubuntu
sudo apt install whois

# install Go dependecies
go get -u github.com/lib/pq
go get -u github.com/go-chi/chi
go get -u github.com/go-chi/render
go get -u golang.org/x/net/html

Run

  1. Clone Github repository:

    git clone https://github.com/ivanmtoroc/go-domains.git $GOPATH/src/github.com/ivanmtoroc/go-domains
    cd $GOPATH/src/github.com/ivanmtoroc/go-domains/
    
  2. Start CockroachDB node:

    # console session 0
    cockroach start --insecure --listen-addr=localhost # --background
    
  3. Start backend server:

    # console session 1
    cockroach sql --insecure < models/config/init_db.sql
    go run main.go
    
  4. Start frontend server:

    # console session 2
    cd frontend/
    npm i
    npm run dev
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL