etseng02 / project-roundup

Scheduling proposal app for invitees to vote for potential event start times.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

An event proposal application where users can generate an event proposal with multiple possible event start times for invitees to RSVP. A unique URL is generated every time a new event is created and invitees can follow the URL to cast their RSVP or edit their existing RVSP. Users will be able to visually see results for every other invitee that has already RSVP-ed.

Final Product

Users will need to fill in their name, email and event information to start creating an event proposal.

One the event information is enetered, the creator can enter in as many possible event times that they would like. Once the event is created, the user will be directed to a new page that is generated with a unique url. In this page view, we can see that the original creator will be able to attend all potential start times.

Invitees can follow the unique url generated to RSVP.

Invitees can edit their own RSVPs by entering in their email address that they used to RSVP initially.

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  • username: labber
  • password: labber
  • database: midterm
  1. Install dependencies: npm i
  2. Fix to binaries for sass: npm rebuild node-sass
  3. Reset database: npm run db:reset
  • Check the db folder to see what gets created and seeded in the SDB
  1. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server
  1. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

About

Scheduling proposal app for invitees to vote for potential event start times.


Languages

Language:JavaScript 62.5%Language:CSS 36.6%Language:HTML 0.8%Language:TSQL 0.1%