Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.66 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.66 KB

Imaginarium!

Screenshot 2024-03-23 at 16 46 01

Creating a random word & image generator called Imaginarium

1. Overview

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.

2. Installation

In order to get started. Fork or clone the repo using:

git clone https://github.com/MarcusH3/imaginarium.git

3. Gradlew Commands

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

4. Technologies used

My Skills

5. Licenses

The project utilizes the repository particles.js created by Vincent Garreau and is licenced under the MIT License GitHub : github.com/VincentGarreau/particles.js