Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/gufranmirza/go-popular-repositories-autocomplete-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gufranmirza/go-popular-repositories-autocomplete-api

  • v0.0.0-20201109193851-396728bb2d0e
  • Source
  • Go
  • Socket score

Version published
Created
Source

Provides Autocomplete functionality for Popular Golang Repositories

Running Project

Build Project

make

Apply Migrations

make migrate-up

Load Data

Load Github repository data from the Github API into the database

make dataloader

Run

make run

Search API

http://localhost:8001/go-popular/v1/repository/search?q=core&limit=5

Swagger API documetation

Testing

Running test

make test

Mocks

Generate package mocks

make mock

Docker

Build and run docker image

docker-compose up -d --build

Visit

http://localhost:8001/go-popular/v1/repository/search?q=core&limit=5

Swagger API documetation

FAQs

Package last updated on 09 Nov 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc