All Projects → kop7 → nest-elasticsearch-vue

kop7 / nest-elasticsearch-vue

Licence: other
Autocomplete search with Nestjs, Elasticsearch and Vue

Programming Languages

typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to nest-elasticsearch-vue

autocomplete
Laravel redis autocomplete
Stars: ✭ 27 (+0%)
Mutual labels:  autocomplete
nestml
A domain specific language to describe neuron models in NEST
Stars: ✭ 31 (+14.81%)
Mutual labels:  nest
react-native-element-textinput
A react-native TextInput, TagsInput and AutoComplete component easy to customize for both iOS and Android.
Stars: ✭ 28 (+3.7%)
Mutual labels:  autocomplete
SvmNest
a frame of amd-v svm nest
Stars: ✭ 47 (+74.07%)
Mutual labels:  nest
NEST-Oracle-V3
The NEST Oracle Smart Contract 3.0 is a solidity smart contract implementation of NEST Protocol which provide a unique on-chain Price Oracle through a decentralized mechanism
Stars: ✭ 37 (+37.04%)
Mutual labels:  nest
vscode-importmagic
No description or website provided.
Stars: ✭ 35 (+29.63%)
Mutual labels:  autocomplete
azure-func-http
Azure Functions HTTP adapter for Nest framework (node.js) 🌥
Stars: ✭ 121 (+348.15%)
Mutual labels:  nest
Codiad-CompletePlus
Expandable auto complete for Codiad
Stars: ✭ 14 (-48.15%)
Mutual labels:  autocomplete
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+840.74%)
Mutual labels:  autocomplete
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (+55.56%)
Mutual labels:  autocomplete
love-atom
Smart autocompletion for the LÖVE framework in Atom.
Stars: ✭ 34 (+25.93%)
Mutual labels:  autocomplete
vue-custom-google-autocomplete
🔍 Google Place Autocomplete Search - Renderless component + Wrappers for Bulma, Bootstrap and more...
Stars: ✭ 31 (+14.81%)
Mutual labels:  autocomplete
nestjs-otel
OpenTelemetry (Tracing + Metrics) module for Nest framework (node.js) 🔭
Stars: ✭ 273 (+911.11%)
Mutual labels:  nest
nestjs-dynamoose
Dynamoose module for Nest
Stars: ✭ 84 (+211.11%)
Mutual labels:  nest
MiniProfiler.Elasticsearch
Elasticsearch.Net/NEST client for logging to MiniProfiler
Stars: ✭ 19 (-29.63%)
Mutual labels:  nest
elm-selectize
selectize-like dropdown menu with autocompletion in elm
Stars: ✭ 28 (+3.7%)
Mutual labels:  autocomplete
react-emoji-input
😂 Emoji suggestions like the textareas in GitHub
Stars: ✭ 29 (+7.41%)
Mutual labels:  autocomplete
Autocomplete
Suggests and completes words as you type! Write faster and more efficiently.
Stars: ✭ 18 (-33.33%)
Mutual labels:  autocomplete
server
NestJS & NodeJS & TypeScript 最高!
Stars: ✭ 13 (-51.85%)
Mutual labels:  nest
autocomplete-semantic-web
Semantic Web Autocomplete for Atom Editor
Stars: ✭ 45 (+66.67%)
Mutual labels:  autocomplete

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   
    run `npm install` into client and server directories
    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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].