Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.12 KB

ReadMe.md

File metadata and controls

27 lines (19 loc) · 1.12 KB

This project was created for the Women Who Code Session "Building a dynamic web app" Project created by Linda McGraw https://LindaMcGraw.com

Project Epic: As a couple, we want to share key details about our upcoming wedding events so family and friends may RSVP.

As a couple, we want to easily obtain the total RSVPs for each activity without having to compile a list.

As a couple, we want to easily export a list of RSVPs, so we can know who to expect for our wedding events.

As an attendee, I want confirmation of my RSVP, so that I know the couple knows my intentions.

Homework Epic: As a nonattender, I want information about where I can send a gift to the couple, so they will know I wish them well although I can’t attend

To setup project: Create a database Add the tables using file setup/wwc_wedding.sql rename file env_example.inc to env.inc rename file rename file vendor/DBSettings_example.php to vendor/DBSettings.php then add your database settings

Project Objective: This wedding event management sample application Stack: using html, php, mysql, JavaScript, css, bootstrap, and jQuery Design Pattern: MVC