Skip to content

Simple stateful application for the kubernetes workshop

Notifications You must be signed in to change notification settings

ncoutinho/workshop-kubernetes

 
 

Repository files navigation

Idea Wall

This awesome application lets you post ideas, to a wall. Clue is in the name, hey?

This application is not actually a genuine app, it's to be used in the docker/kubernetes workshop.

Dependencies

This application writes its data to Redis, so you need to have a redis to connect it to.

Building & Running

The following steps will get you into a working state:

  • npm install
  • npm run assets
  • set environment variables REDIS_HOST and REDIS_PASSWORD to the right values
  • npm run start

The application should then be on http://127.0.0.1:9000

About

Simple stateful application for the kubernetes workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 71.4%
  • JavaScript 25.9%
  • HTML 2.2%
  • Other 0.5%