Skip to content

csobr/microservices-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app - microservices

Medium post

Getting started

Prerequisites

Set up a local kubernentes development environment by installing all of the following:

Installation

In the root of solid and node folders run:

$ npm install

Create env files in the root of solid and node:

<!--  solid/.env -->

VITE_API_URL=MINIKUBENODEURL
VITE_CLIENT_PORT=NODEPORTVALUE
<!-- node/.env -->

PORT=YOUREXPRESSAPIPORT 

Running microservices

In the root folder run:

$ skaffold dev

About

Deploy a SolidJS app to a local Kubernetes cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published