Checkr is a Facial Recognition Attendance Program for our Information Management 2 Project. This system was made by flask
- Basic Crud Operations for Student , Course, Attendance
- Stored Procedures for Student,Course,Attendance Creation and Updates
- Views
- Triggers for when a Student or Course is being Updated
- Clone the repository.
- Create a Python virtual environment in the cloned project.
- Install all the dependencies needed using
requirements.txt
for easy installation:pip install -r requirements.txt
- Run app.py
- Enjoy 😊
If you want to access the Database
- Go to DB4free.net
- Login to phpMyAdmin
USERNAME: attendanceadmin
PASSWORD:tearoff1attendance
Thanks goes to these wonderful people
Keath Ian Lavador 💻 🎨👀🔧 |
Rynze Rj Lozano 💻🎨 |
Shania Canoy 💻🎨 |
Rustico John Ylaya 💻 🎨 |
Unfortunately, we are not accepting any pull requests since this is just a project for our course at the moment. Feel free to fork it and improve upon it. 😊 Good luck!!! 😊
A huge thanks to 🙏 DB4free.net 🙏
They provide testing services for the latest - sometimes even development - version of the MySQL Server. You can easily create an account for free and test your applications, for example to make sure that they still work after a MySQL version update. db4free.net is also a good resource for education and to make yourself familiar with new features that were introduced in new versions.
db4free.net aims to always provide either the latest production release or the latest development release. db4free.net's MySQL server will be updated very soon after a new version is released, usually on the same day or very soon after.
To access your data in a convenient way, db4free.net also provides an up-to-date version of phpMyAdmin. phpMyAdmin will also be updated very frequently, so you always get the very latest.
They are a FREE online database hosting for you development needs.