comingOrNot
comingOrNot copied to clipboard
A perfect event organizer
ReactJS-Redux-Serverless-GraphQL event planner
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,
- create an event
- share the link to the participants
- 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:
Technical Architecture:
How it Looks in Mobile:
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
- Run
webpack -p
after editing thewebpack.config.js
file. - Log in to the AWS console, navigate to S3 and upload the
dist/app.js
file to the appropriate directory.