kingsloi / kingsleyandqueensley.com

I got married this year, and tried to keep everything as simple and quick as possible. Made a website for guests to RSVP (or not), eliminating the paper tail.

Home Page:http://kingsleyandqueensley.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your RSVP Website

Nice and easy wedding RSVP website (with password protected list view)

Build Status

I got married earlier this year and wanted to automate as much as I could. The wife and I were dreading the invitations and then keeping track of who was/wasn't coming. I bought a template (Union - Wedding Template), customised it. I wasn't happy with the amount of JS in it, so I integrated Vue 2.0 for the frontend, and Laravel's Lumen for a backend API. It's a bit overkill, but tried to keep it as simple as possible, rather than as fast as possible.

Installation

git clone https://github.com/kingsloi/kingsleyandqueensley.com.git .
composer install
gulp

View RSVPs

Go to {YOUR_URL}/who?password=PASSWORD

Development setup

  • Once pulled, set your wedding-specific data in config/wedding.php.
  • Make necessary SCSS / Vue edits

Compile:

gulp

Testing

vendor/bin/phpunit

Release History

  • 1.0.0
    • Initial Commit

Meta

Originally from Theme Forest - Union - Wedding Template. Edited to fit my needs. CSS/HTML not necessarily by me.

Kingsley Raspe – kingsley.raspe@googlemail.com - LinkedIn

Distributed under the MIT license. See LICENSE for more information.

About

I got married this year, and tried to keep everything as simple and quick as possible. Made a website for guests to RSVP (or not), eliminating the paper tail.

http://kingsleyandqueensley.com

License:MIT License


Languages

Language:CSS 40.9%Language:HTML 26.8%Language:PHP 25.9%Language:JavaScript 5.8%Language:ApacheConf 0.5%