Git Product home page Git Product logo

api-rest-go's Introduction

api-rest-go

Tecnologies:
DataBase: CockroachDB
FrontEnd: Vue.js and bootstrap-vuejs
Backend: Go

Endpoints Backend:
GET the domains searched
localhost:8082/api/domains
GET the info of an specific domain
localhost:8082/api/{id}


Database run in port localhost:8080

Frontend runs in localhost:8081

Step by step SetUp


To run the node of the database run in one terminal the following command in the folder where is cockroach.exe
./cockroach.exe start --insecure --listen-addr=localhost

Then open other terminal and do the following commands
./cockroach.exe sql --insecure --host=localhost:26257
CREATE USER IF NOT EXISTS maxroach;
CREATE DATABASE domains;
CREATE TABLE IF NOT EXISTS domain (host STRING PRIMARY KEY, ssl_grade STRING, ssl_previous_grade STRING, last_search TIMESTAMPTZ);


To run the frontend open other terminal in api-rest-go/gui/domainapp and execute:
npm run serve

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.