https://github.com/carlvlewis/event-check-in-app
A kiosk app for check-in at meetups and events held. Built originally for The Creative Coast.
https://github.com/carlvlewis/event-check-in-app
brigade civic-tech codeforamerica opensavannah sign-in visitor-management
Last synced: 2 months ago
JSON representation
A kiosk app for check-in at meetups and events held. Built originally for The Creative Coast.
- Host: GitHub
- URL: https://github.com/carlvlewis/event-check-in-app
- Owner: carlvlewis
- License: mit
- Created: 2019-02-09T19:01:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T11:45:30.000Z (over 7 years ago)
- Last Synced: 2025-01-06T16:48:36.159Z (over 1 year ago)
- Topics: brigade, civic-tech, codeforamerica, opensavannah, sign-in, visitor-management
- Language: PHP
- Size: 4.27 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# event-check-in-app
This is a PHP application built by OpenSavannah to check-in attendees at its meetups. It features a built-in webcam for taking photos as guests arrive, printing functionality for nametags, and stores results locally as a CSV.
# Quickstart Guide
1. Create a MySQL database on server.
2. Unzip directory or `git clone` into an empty directory.
3. Input the credentials for the MySQL user on the MySQL database you just created in the `/config.php` file.
3. Navigate to `/admin.php` to configure setup options and set admin password.
### You're done!