Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
radekm2000 committed Mar 10, 2024
1 parent 19f3db0 commit 5441af5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This app is a simplified version of **Vinted**, following a similar layout. Belo
- **Filtering:**

- Ability to filter products by price, brand, and gender

- **Review system:**
- After a successful payment, triger a process that allows the buyer to leave a review before proceeding to main page
- For each review, display the rating, review comment and user info of the reviewer

- **Product Management**
- Adding and deleting your own products
Expand Down
1 change: 0 additions & 1 deletion server/ecommerce/src/reviews/reviews.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
Param,
ParseIntPipe,
Post,
Query,
UseGuards,
UsePipes,
} from '@nestjs/common';
Expand Down

0 comments on commit 5441af5

Please sign in to comment.