Skip to content

Commit aa40cb9

Browse files
committed
fix cors issue plus as validation pipeline
1 parent 5fa4355 commit aa40cb9

File tree

6 files changed

+188
-44
lines changed

6 files changed

+188
-44
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# StoreZero: E-Commerce Application
22

3-
<p align="center">
4-
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
5-
</p>
6-
73
<p align="center">A robust e-commerce application built with **NestJS** , **Prisma** , **PostgreSQL** , and **TypeScript** . This project includes user authentication, CRUD operations, and more.</p>
84
<p align="center">
95
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>

package-lock.json

Lines changed: 169 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"@nestjs/platform-express": "^11.0.1",
3535
"@nestjs/swagger": "^11.1.1",
3636
"@prisma/client": "^6.5.0",
37+
"class-transformer": "^0.5.1",
38+
"class-validator": "^0.14.2",
3739
"husky": "^9.1.7",
3840
"reflect-metadata": "^0.2.2",
3941
"rxjs": "^7.8.1"

0 commit comments

Comments
 (0)