Welcome! This repository is a template project used as part of the interview process.
The project is intentionally minimal so candidates can focus on the implementation rather than project setup. Candidates will be asked to extend the project by implementing additional functionality.
Please read through this README and complete the environment setup before your interview session.
The project is a Spring Boot 2.7 application built with Maven and Java 8. These versions are intentionally chosen to approximate the versions candidates would encounter on the job.
First clone the following public repository.
git clone https://github.com/Catalyst-Consulting-Group/java-interview-template.git
Choose your preferred IDE and follow the corresponding setup guide:
Both guides will walk you through installing the required JDK, importing the project, and running the application locally.