Commit Graph

70 Commits

Author SHA1 Message Date
7531ea9453 add admin navbar and brand/platform management components 2025-10-31 18:32:24 +01:00
6dc9f4ffea update title in index.html to reflect application name 2025-10-14 14:53:37 +02:00
d2696b16ac update routing to include AddProduct component and adjust guard activations 2025-10-14 14:53:28 +02:00
7fb4f46833 update navbar component for French localization and branding 2025-10-14 14:53:22 +02:00
b0ba0886fd add Brand class and associated unit tests 2025-10-14 14:53:18 +02:00
8c3de85f36 add AddProduct component with form for product creation and associated styles 2025-10-14 14:53:13 +02:00
f04f9fd93f add BrandService and ProductService with basic HTTP methods and tests 2025-10-14 14:53:07 +02:00
f2f855bc70 secure /api/brands/** endpoint and update CORS configuration 2025-10-14 14:50:26 +02:00
611eb685a8 add entities for Brand, Category, Condition, Image, Platform, and Product with relationships 2025-10-14 14:50:21 +02:00
de1df47474 add entities for Brand, Category, Condition, Image, Platform, and Product with relationships 2025-10-14 14:50:17 +02:00
7769cc7ded add BrandRepository and enhance UserRepository with additional retrieval methods 2025-10-14 14:50:13 +02:00
5476651ea3 add BrandService and enhance UserService with additional user retrieval methods 2025-10-14 14:50:06 +02:00
98cf31349b Remove mysql service dependency 2025-09-24 11:58:06 +02:00
4acf024350 Comment .env COPY instruction 2025-09-24 11:56:25 +02:00
2e5b2b3ff5 add Docker configuration and Jenkins pipeline for application deployment 2025-09-24 11:32:43 +02:00
18f0364e26 add initial Angular components, services, and routing setup 2025-09-24 11:31:28 +02:00
dfb4ac302a add .vscode folder to .gitignore 2025-09-24 11:31:04 +02:00
3d2b3f7324 implement authentication and user management features 2025-09-24 11:29:48 +02:00
f2b4f9d3e6 add .gitignore 2025-09-24 11:27:02 +02:00
4f3c6d7f02 first commit 2025-09-23 15:53:08 +02:00