A simple Spring REST service that utilizes QR codes — 2D barcodes that can store large amounts of data and are easily read by smartphones.
Clone the project
git clone https://github.com/riAs-g/QR-Service-API
Go to the project directory
cd my-project
Build the project
./gradlew build
Start the server
./gradlew bootRun
Client: CSS, React
Server: Java, Spring Boot, Spring Web