This is the web application component for the QR Code Reader project. It allows authenticated users to view, add, and update logs generated by the QR code reader running on a Raspberry Pi (or any other compatible device). The application provides a user-friendly interface for interacting with logs, and it allows to see the logs in real time.
You can find the main repository for the QR code reader here.
- Authentication: Only authenticated users can access and interact with the logs.
- View Logs: Display logs generated by the QR code reader in an easy-to-read format.
- Add Logs: Allow users to manually add log entries to the system.
- Update Logs: Update existing log entries when necessary.
Follow these steps to set up and run the web application locally: Prerequisites
- Go: Ensure that you have Go installed. You can download it from here.
- Database: This application uses sqlite3 so make sure that is downloaded.