Skip to content

Commit

Permalink
feat: rephrase step 4 and added more steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Molaryy committed Jul 22, 2023
1 parent 75c3993 commit 7c0018c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions software/06.Nest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,16 @@ Upon accessing the poc-shop page, you'll notice that it currently lacks content.

📑 Description:

Now you have your own games page but it's there are no games, let's create a game together.
Now you have your own games page but there are no games, let's create a game together.

📌 Tasks:

> You know how to create a DTO for the poc-shop, let's create one for the games, it should contain:
> You know how to create a DTO for the poc-shop, let's create one for the games in the `DTO/` folder and you should name it games.dto.ts, it should contain:
- An ID for the primary-key
- The name
- The price
- The income
- An ID
- A name
- A price
- The income of the game

> Always in the the **poc-shop** controller you will now need to do a few a actions:
Expand Down

0 comments on commit 7c0018c

Please sign in to comment.