mtaa-diia / backend

Spring Boot backend
0 stars 0 forks source link

Add QR code generation and verification #6

Open sasetz opened 1 year ago

sasetz commented 1 year ago

For each document, we need to be able to issue a QR code that can be later verified

The steps to create it:

IlliaPonomarov commented 1 year ago

If you wanna get more practice, you can create the secrete model and based on this model create a table ( you shouldn't write sql request to create a table. Hibernate can generate automaticly)

sasetz commented 1 year ago

Great, thanks, will get to it tomorrow then