BHelpful / MomentMeal

MomentMeal is a marketplace for food and recipes. We help you find and create the best recipes and meal plans for you.
https://momentmeal.com/
GNU Affero General Public License v3.0
13 stars 5 forks source link

[Minor]: Backend for Categories #440

Closed Andreasgdp closed 9 months ago

Andreasgdp commented 1 year ago

Description

Model should contain the following 2 properties:

Name - General name of category

name: string

The type of category (can have multiple e.g. spicy, appetizer ...)

type: string[]

It should also follow the design pattern.

CRUD functionality like the ones implemented for stores should be implemented as well.

UX

No response

Acceptance criteria

Comments / questions

No response

Code of Conduct