https://github.com/codeedu/maratona3-nestjs-loopback-elasticseach
https://github.com/codeedu/maratona3-nestjs-loopback-elasticseach
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeedu/maratona3-nestjs-loopback-elasticseach
- Owner: codeedu
- Created: 2020-06-24T18:14:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T03:17:38.000Z (over 3 years ago)
- Last Synced: 2025-04-17T10:25:20.195Z (about 1 year ago)
- Language: JavaScript
- Size: 878 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Descrição
Como trabalhar de forma simples com ElasticSearch usando Loopback Framework + Nest.js
### Para Windows
Lembrar de instalar o WSL2 e Docker. Vejo o vídeo: [https://www.youtube.com/watch?v=g4HKttouVxA](https://www.youtube.com/watch?v=g4HKttouVxA)
Siga o guia rápido de instalação: [https://gist.github.com/argentinaluiz/6bff167be40a2bf7a6bb879062cd25cd](https://gist.github.com/argentinaluiz/6bff167be40a2bf7a6bb879062cd25cd)
## Instalação
* Crie o volume do ElasticSearch
``` bash
docker volume create nestjs-loopback-elasticsearch
```
* Execute o projeto com o Docker:
``` bash
docker-compose up
```
## Rodar o projeto
* Acesse http://localhost:3000 para acessar o Nest.js
