🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

bitbucket.org/augustoscher/API-C

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket.org/augustoscher/API-C

v0.0.0-20190127154008-720e44b305f9
Source
Go
Version published
Created
Source

api-c

Pré-Requisitos

  • Ter Go instalado.
  • Ter ferramenta para testes de endpoints (Postman, Curl).

Passos para iniciar a aplicação:

  • Clonar o projeto em seu workspace go (GOPATH).
    git clone https://augustoscher@bitbucket.org/augustoscher/api-c.git
  • Através do terminal, acessar o diretório API-C em seu workspace.
    cd api-c
  • Executar o comando para instalar dependências
    go get

É possivel instalar as dependências uma a uma:
got get github.com/codegangsta/negroni
got get github.com/dgrijalva/jwt-go
got get github.com/gorilla/context
got get github.com/gorilla/mux
got get github.com/mitchellh/mapstructure

  • Executar: go run main.go

Execução de testes

Através do Postman:

FAQs

Package last updated on 27 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts