🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

github.com/kop7/nest-elasticsearch-vue

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kop7/nest-elasticsearch-vue

Source
Go Modules
Version
v1.0.0
Version published
Created
Source

Autocomplete search with Nestjs, Elasticsearch and Vue

Setup project

How to setup local

Install Docker

    git clone https://github.com/kop7/nest-elasticsearch-vue.git [project-name]  
    cd [project-name]/server && cp .env.example .env   
    docker-compose -f dev.yml build
How to find elasticsearch url
    docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' nest-elasticsearch
    

Replace the given dockerIp with ELASTICSEARCH_NODE=http://dockerIp:9200 in .env

Start project

  docker-compose -f dev.yml up
  

Go to http://localhost:8080/home

FAQs

Package last updated on 12 Aug 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