From 7c0018c4e1daab06484df6de84544199315b24dd Mon Sep 17 00:00:00 2001 From: Mohammed JBILOU <95973236+Molaryy@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:40:21 +0200 Subject: [PATCH] feat: rephrase step 4 and added more steps --- software/06.Nest/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/software/06.Nest/README.md b/software/06.Nest/README.md index acb3063b..8c699cd9 100644 --- a/software/06.Nest/README.md +++ b/software/06.Nest/README.md @@ -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: