A wedding RSVP app with a Mongo Database, Email & SMS notifications.
UPDATE_EMAIL := Email to receive updates at.
UPDATE_PHONE := Phone number to receive updates at.
MONGO_CONNECTION := mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]
TWILIO_SID := SID key from twilio
TWILIO_TOKEN := Token from twilio
TWILIO_PHONE := Phone number purchased from twilio
SENDGRID_KEY := Sendgrid API key
npm install
node ./server.js