Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 524 Bytes

File metadata and controls

41 lines (31 loc) · 524 Bytes

Products Cloud Native Microservice

Prerequisites

Node 18

For Windows

choco install node

For MacOS

brew install node
source .env.local

Build

npm install
npm install -g nodemon

Run Locally

npm start

Build Docker Image

Tell Docker CLI to talk to minikube's VM.

For MacOS, eval $(minikube docker-env) For Windows, & minikube -p minikube docker-env --shell powershell | Invoke-Expression

Build docker image, docker build -t search:latest .