There are a lot of services that take care of the legal aspects of the end of a person's life, but many people don't consider the importance of reflecting on their lives and expressing their feelings to those they love.
Inspired by The Stanford Letter Project, I've created an easy way to write and send messages to those you love which will be distributed in the event you pass away, so nothing important gets left unsaid.
Back end repo here.
You can watch video demo here. Live site coming soon.
React, Rails, PostgresSQL
-
Fork and clone back end repo.
-
Set up back end. In terminal, enter:
cd capstone_backend
bundle install
rails db:create
rails db:migrate
rails db:seed
rails s
-
Fork and clone this (front end) repo.
-
Set up front end. Open another terminal tab and enter:
cd capstone_frontend
npm install
npm start // Will launch on http://localhost:3001/