Since you are using code cloned from the original repository (without push permissions), you need to create your own repository on GitHub so that AWS Amplify can connect and automatically fetch the code.
Note: To ensure security best practices, the system is pre-configured with a .gitignore file to absolutely prevent pushing sensitive configuration parameters to GitHub.
my-qr-attendance). Note: Do not check the boxes to add a README or .gitignore file.

qr-attendance), and reconfigure the git remote URL (note: the URL in the image might differ because the person in the image configured Git using SSH instead of HTTP):cd ..
git remote remove origin
git remote add origin <Your-GitHub-Repo-URL>
git add .
git commit -m "init project"
git push -u origin main

To make the system accessible from the internet, we will host the Frontend on AWS Amplify.



main branch. Important Note: Make sure to check the box for Connecting a monorepo? Pick a folder and type frontend in the text box below (because our project’s user interface code is located in this directory). Then click Next.


VITE_API_ENDPOINT, Value = https://xxxx...VITE_USER_POOL_ID, Value = ap-southeast-1_xxxx...VITE_USER_POOL_CLIENT_ID, Value = xxxx...
7. Click Next and finally click Save and deploy.
The build process on Amplify takes about 2 minutes. Once completed, Amplify provides a free HTTPS link (e.g., https://main.xxxxxxxxx.amplifyapp.com).

Click on that link, and you will see the BK-Sync Login interface!