Created a QR code based smart RSVP(Répondez s'il vous plaît) system.
- virtualenv venv
- ./venv/Script/activate
- pip install -r requirement.txt
- python manage.py runserver
Demo video: res_imgs/demo.mov
or here
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.