Skip to content

Recipe Application built with Spring Boot / Thymeleaf / CSS Grid / Postgres

Notifications You must be signed in to change notification settings

mushipeas/sb-recipes

Repository files navigation

Recipe Lookup Site (Spring Boot)

build

A Spring Boot application for finding recipes. Links to bbc-goodfood recipes.

The data is loaded from a postgres database, but this could be changed by replacing the Postgres datasource driver with another one. Data has been pre-scraped with BS4 and requires pre-populating into the database. A backup of the data can be found under db-backup.

Recommended Setup for Development:

Open the project with vs-code and activate the dev-container. (probably just use IntelliJ actually)

TODO:

  • Update to Java 21
  • Update to SB3
  • Add tests for Thymeleaf templates
  • Add testContainers and sample data set for testing