- Visitors can check in when visiting Tapir Grocer.
- When they check in, the app will capture the visitor's full name, NRIC number, body temperature, date, and time.
- Instead of typing the URL into their browser, visitors can quickly open the check in link.
- Location owners can sign up with the app and generate a link to display to their visitors.
- When visitors visit this link, they can check in.
First, you will need to install flutter following the instructions on their site.
flutter pub get
flutter emulators --launch <emulator_name>
flutter run
flutter build apk
flutter test
- Place php folder in htdocs/tapirGrocer/ : PHP Folder
- Make sure to define your database connection in htdocs/tapirGrocer/conn.php
- Now you can test your app! Just set your redirect_uri to http://localhost:8000/auth / http://localhost/phpmyadmin/ and run a PHP server
- Import database to the server : Database