Web application to decode QR code images or to generate link/text based QR codes.
A sample web application written to learn the implementation of CRON jobs, temporary storage, file I/O, and file conversion.
https://qrcode-scanner-generator.netlify.app/
- Download the zip or clone the Git repository
- Unzip the zip file (if you downloaded one)
- Open Spring Tool Suite / Eclipse
- File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip
- Select the right project
- Choose the Spring Boot Application file (search for @SpringBootApplication)
- Right Click on the file and Run as Java Application (Eclipse) / Spring Boot App (Spring Tool Suite)