pulumi/examples/scenarios/demo1
joeduffy dafeb77dff Rename Coconut to Lumi
This is part of pulumi/coconut#147.

After it has landed, I will rename the repo on GitHub.
2017-05-18 11:38:28 -07:00
..
.mu Restructure the examples 2017-02-09 16:07:45 -08:00
build1 Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00
build2 Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00
.gitignore Restructure the examples 2017-02-09 16:07:45 -08:00
app.js Restructure the examples 2017-02-09 16:07:45 -08:00
Dockerfile Restructure the examples 2017-02-09 16:07:45 -08:00
Lumi.yaml Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00
package.json Restructure the examples 2017-02-09 16:07:45 -08:00
README.md Restructure the examples 2017-02-09 16:07:45 -08:00
script.txt Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00

examples/demo1

A simple Express voting app with a MongoDB backend, ready for production use.

It supports two web APIs:

  1. GET /, prints out the current vote counts.
  2. POST /vote, casts your vote for a particular candidate.

TODO(joe): it would be sooooo much better if we could demonstrate proper sharding and security for MongoDB.