Open manisware opened 7 years ago
I used a mysql db. you can use this script to build the schema: https://github.com/markbil/RFIDCheckinSystem/blob/master/database/checkin_db_v9.sql. edit https://github.com/markbil/RFIDCheckinSystem/blob/master/API/mysql_connection.php with your parameters to connect. hope that helps?
in my server i have uploaded API folder, userprofile folder, and index.php page, as you mentioned i have changed my parameters inhttps://github.com/markbil/RFIDCheckinSystem/blob/master/API/mysql_connection.php and https://github.com/markbil/RFIDCheckinSystem/blob/master/userprofile/codeigniter_application/config/database.php, i have imported the mentioned database as well, since the database is empty i cant able to login and i have created one row in edge_user table as well, again its not working
hi manisware, sorry I finished this project 5 years ago and haven't maintained it since then. not sure what exactly is not working, but you might want to check out this blog post of mine: https://kavasmlikon.wordpress.com/2013/07/09/gelatine-designing-for-digital-encounters-in-coworking-spaces/ in the very end there is a "system overview" section, which might help with getting a general idea of how the different components worked together. what is your use case? happy to help with figuring out how to best customise this for your target scenarios.
I wanted to create the check in system as same as yours with 5 different check in points for my vehicle service centre, where each checking point alert the other one with timings to deliver the vehicle on time
How to connect the Database and which database exactly need to import to check the service ?