Storing sacramental records on the blockchain
As you develop and support different applications with node you'll find the need to flip back and forth between different versions of node to support those apps. One of the best tools that supports this is nvm. Instead of installing node directly on your machine install nvm. Then use that to install node.
Very simple application that creates an endpoint(/sacramental-registry) that can handle GET and POST requests. Its built using Express.
curl http://localhost:3000/sacramental-records
curl -d "@records.json" -X POST http://localhost:3000/sacramental-records