Creating a random word & image generator called Imaginarium
Imaginarium is a Spring Boot application engineered to ignite and stimulate your imagination. With its sleek and user-friendly interface, Imaginarium offers a platform for users to explore and awaken their creativity with just a simple click of the "Imagine!" button to generate a random word and an image of space placed upon the night starry sky.
In order to get started. Fork or clone the repo using:
git clone https://github.com/MarcusH3/imaginarium.git
In order to build, run or test the application application the following commands can be used:
./gradlew build # Builds the project
./gradlew bootRun # Runs the project
./gradlew test # Executes unit tests
./gradlew integrationTest # Runs integration tests
./gradlew systemTest # Runs system tests
./gradlew clean # Cleans the build directory
./gradlew tasks # Lists all tasks available in the project
./gradlew dependencies # Displays the dependencies of the project
./gradlew check # Executes all verification tasks in the project
The project utilizes the repository particles.js created by Vincent Garreau and is licenced under the MIT License GitHub : github.com/VincentGarreau/particles.js