6ad4871bdc
feat: Add core services for user, category, item, and restaurant management, including caching and ownership verification.
main
daniel2025-12-11 11:16:09 +03:00
1bc01337fc
feat: Implement menu item and category management with Redis caching for restaurant data.
daniel2025-12-11 09:54:52 +03:00
186bcbf6b8
feat: Implement contact message functionality including API endpoints, database storage, and email notifications.
daniel2025-12-09 15:39:20 +03:00
5dc5cd87a8
feat: add Restaurant DTO with properties and a static fromEntity method for data conversion.
SamiGetu
2025-12-05 10:31:07 +03:00
08404eb145
feat: add banner field to the restaurant model.
daniel2025-12-03 19:16:18 +03:00
fdfaafcdda
feat: Initialize core database schema with user, restaurant, and menu models, and set up the NestJS application with authentication, CORS, and global validation.
daniel2025-12-02 14:41:17 +03:00
018d9ad41d
feat: add Restaurant DTO and remove prisma generate from the build script
daniel2025-12-02 11:37:44 +03:00
ba38ce2865
build: Add Prisma generation to the build command.
daniel2025-12-02 11:31:34 +03:00
812b2171b2
feat: add initial Prisma schema for user, authentication, restaurant, and menu entities, and update database connection URL.
daniel2025-12-02 11:10:18 +03:00
c6818e55ca
feat: implement initial database schema and services for authentication, restaurants, categories, and menu items with image support.
daniel2025-12-01 15:08:58 +03:00
365dd603db
feat: Add CategoryDto with properties and a static fromEntity conversion method.
daniel2025-11-29 16:18:41 +03:00
ea833c6bd0
feat: Add initial Prisma schema with data models and configure cascade deletes for restaurant-related entities.
daniel2025-11-29 15:51:50 +03:00
dc15181ace
feat: Add CreateRestaurantDto for restaurant creation.
daniel2025-11-29 15:45:40 +03:00
b4b28fc347
feat: Add email service for authentication flows, including email verification and password reset.
daniel2025-11-29 15:38:57 +03:00
f07420e418
feat: Add authentication, file management with Cloudinary support, and Prisma-integrated file cleanup.
daniel2025-11-27 16:53:44 +03:00
1c583af0ab
feat: Implement file cleanup middleware for automatic old file deletion using local and Cloudinary storage providers.
daniel2025-11-27 16:20:55 +03:00
bf9988d9bc
file service module added
daniel2025-11-26 17:07:07 +03:00
04b7c41abf
feat: add class-transformer dependency for better data transformation
daniel2025-11-09 21:47:18 +03:00