Skip to content

Sitispeaks/Smart_RSVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart RSVP

Created a QR code based smart RSVP(Répondez s'il vous plaît) system.

To set up the app

  1. virtualenv venv
  2. ./venv/Script/activate
  3. pip install -r requirement.txt
  4. python manage.py runserver

Demo video: res_imgs/demo.mov or here

Screenshots

Dashboard

Add New Event

Add New Guest

Adding new entry generates a hash string and a QR code which is sent to the Guest, so guest can visit a unique link and update how many members from his/her family will attend the event.

Hash string is used so that no one can change other persons data without unique link or QR code.

Before

Guest Scanning QR code and updating the data

After

Event wise data

Releases

No releases published

Packages

No packages published