An open API service indexing awesome lists of open source software.

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.

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!