Skip to content

Vue Frontend to Communicate with a Backend API Server demonstrating our Quote Registry

License

Notifications You must be signed in to change notification settings

ninnemana/cvcc-vue-app

Repository files navigation

CVCC Vue Ap

Vue.js application the makes API calls against our go service.

Running Locally

Fetch dependencies

> npm i

Run the server

> go run main.go

View in all it's glory

> open http://localhost:3030

Deploying to Kubernetes

Build the Docker image

> docker built -t cvcc-vue-app .

Start the Kubernetes Deployment and Service

> kubectl create -f app.deployment.json
> kubectl create -f app.service.json

About

Vue Frontend to Communicate with a Backend API Server demonstrating our Quote Registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published