Todo-deploy

Browse and compare deployment setups

Todo what??

Todo-deploy is a collection of provisioning techniques. It has been inspired by TodoMVC and todo-backend and borrows components (with slight modifications) from those projects.The purpose of the project is to display a wide range of provisioning implementations of a full-stack application.

Components

Client

Client is a simple backbone TodoMVC implementation, slightly modified to allow backend calls. See the code here.

Backend

node.js + Express API. Code available here. Use the local-db branch!!

Database

Mongodb

Integration

The diagram below displays communication between the components.