markcdev101 / spring-flavour-vault-backend

Repository for backend code for Flavour Vault
0 stars 0 forks source link

Ticket 01: Create REST API for Recipe Management #4

Closed markcdev101 closed 3 weeks ago

markcdev101 commented 3 weeks ago

Description:

Create CRUD operations for managing recipes. The user should be able to create, update, delete, and retrieve recipes via REST API.

Spring Boot Concepts:

Guide:

Acceptance Criteria:

markcdev101 commented 3 weeks ago

Added controller, model/jpa entities, service, repository classes

markcdev101 commented 3 weeks ago

@SpringBootApplication(exclude = {SecurityAutoConfiguration.class})

Added exclude for now while the Authentication is still not setupp

markcdev101 commented 3 weeks ago

Classes created

Image