- Generates multiple types of random data
- Simple web interface that allows to copy data by clicking
- Passwords are cryptographically secure
You can access the deployed app here: https://randova-zmia.onrender.com/generated-random-data
To run the development server locally:
mvn clean install
mvn spring-boot:run
Open http://localhost:8080/generated-random-data with your browser to see the results
The app is deployed on Render using their free tier
Note: The app “sleeps” after inactivity, so the first request after sleep may be slow to respond.