Cajolina / sorbygden-booking-app

0 stars 0 forks source link

Product endpoint setup #118

Closed Cajolina closed 10 months ago

Cajolina commented 10 months ago

Implemented models for products and categories. Added initial structure for product data. Created a Middleware folder and implemented a validation function for schema to ensure data consistency. Created endpoints for creating and fetching categories and products. And created endpoints for updating, and deleting products.