# Build Jar & Skip Unit Test $ mvn clean package -Dmaven.test.skip=true # Run MySQL backend container for testing $ docker run --name mydb -p 3306:3306 -e MYSQL_USER=wezvatech -e ...
This repository is API-first. The frontend does not use localStorage for app data or auth state. Authentication is handled by the Spring Boot backend with JWT cookies and OTP-based registration.