Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

File metadata and controls

29 lines (20 loc) · 1.24 KB

User Verification App

Tests Coverage

🚀 Getting Started

This is the User Verification App, a Spring Boot application that verifies user wallets using their phone number (via SMS OTP one time password) or Discord account.

git clone https://github.com/cardano-foundation/cf-cardano-ballot.git
cd cf-cardano-ballot/backend-services/user-verification-service

./gradlew build

./gradlew test

# You would need to configure the app using the application.properties file
./gradlew bootRun

🧪 Test Reports

To ensure the stability and reliability of this project, we have implemented API tests based on REST Assured. By clicking on the links below, you can access the detailed coverage report

📊 Coverage Report