Application developed to simulate a system to controll product seizures made by the police
- Create a Database (preferably with postgres, because it's already configured) with the command CREATE DATABASE database_name;
- Open the project in your IDE as a Maven project;
- In the project, change the file "resources/application.properties", adding there your database's name and password in the indicated places;
- Run the project;
- Then, open in your browser the system server's port 8080 and just create products and seizures;
- To read the QRCode of each seizure, install the app SeizureQRCodeReader.