This application allows library visitors to check in themselves so the front desk can focus on providing a warm and personal welcome.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python 3.5 or Higher running on your local system
Install Virtual Enviorment
Activate Virtual Enviorment
venv/bin/activate
Install requirements.txt
pip install -r /path/to/requirements.txt
Run main Python Checkin.py
sudo python3 checkin.py
Open models.py
comment or remove
DATABASE = SqliteDatabase('test.db', check_same_thread=False)
uncomment AWS file and fillout the info from your AWS account
#for AWS use this
#DATABASE = MySQLDatabase("checkin", host="AWS KEY.amazonaws.com", port=3306, user="AWS user", passwd="AWS password!")
- Flask - A lightweight Python web framework
- Peewee - An open source object-relational mapper (ORM) for the Python
- Skeleton - Small collection of CSS files
- HTML and CSS
Feel free to submit issues and enhancement requests.
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Arpan Rughani - Initial work - arraypan
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Shah Shah - Chairman of Bharatiya Temple Troy Library
- Bharatiya Temple IT Team
##Screenshot



