Meetup but for runners
- Created project using Java v. 22, Maven, Spring Boot v. 3.3.1, and Jar packaging
- Added Spring Web, Spring Boot Dev Tools, Lombok, Thymeleaf, Spring Data JPA, and PostgreSQL Driver from Spring Initializer
- Set up database connection to Postgres on localhost and ensured app runs successfully
- Added the first model - club
- Set up repository and DTO for club model
- Added ClubService interface and ClubServiceImpl class for mapping of ClubDTO and Club
- Added controller for club and very simple view that uses BootstrapCDN