Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
/ rsvp Public archive

👰 An application to collect guest's RSVPs and contact details

Notifications You must be signed in to change notification settings

i-like-robots/rsvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSVP App

This is an application I built for a friend's wedding to collect guest's RSVPs and contact details. It is built using Ruby on Rails with SMS and email functionality provided by Twilio and SendGrid. The admin dashboards were created using the Administrate Gem.

Features

  • Simple guest registration with confirmation via SMS
  • Guests may update their details at any time with login codes sent via SMS
  • Manage guests with the included administration dashboard
  • Send email notifications to guests

System dependencies

  • Ruby 2.4.0+
  • PostgreSQL 10+
  • Bundler

Local project setup and configuration

# Clone this Git repo
git clone https://github.com/i-like-robots/rsvp-app.git && cd rsvp-app

# Add local environment configuration
cp .env.example .env && open .env

# Install application dependencies
bundle install --without=production

# Setup database (ensure PostgreSQL service is running)
bundle exec rake db:setup

# Run the development server
bundle exec rails s

Screenshots

About

👰 An application to collect guest's RSVPs and contact details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published