Skip to content

lakshmantgld/comingOrNot

Repository files navigation

ReactJS-Redux-Serverless-GraphQL event planner

serverless react redux graphQL

ComingOrNot

As the name suggests, It's an event planner app that strives to ease the work of an organizer, conduct events and get togethers in a much planned and less chaotic way. The steps are quite simple,

  1. create an event
  2. share the link to the participants
  3. once the participants cast their entries, zero in on the best possible date.

This web app is powered by the serverless service offered by AWS's Lambda and NoSQL storage dynamoDB.

Live web app:

ComingOrNot

Technical Architecture:

Architecture diagram

How it Looks in Mobile:

UI

Installation & Usage:

Refer Installation & Usage readme for steps for reproducing and in-depth understanding on directory structure.

Deployment:

  • Add images using the FQDN.

AWS Deployment

  1. Run webpack -p after editing the webpack.config.js file.
  2. Log in to the AWS console, navigate to S3 and upload the dist/app.js file to the appropriate directory.

Inspired from:

Chouseisan