From d41c02d4bd220982c935a71670cf91cfb5dcafc6 Mon Sep 17 00:00:00 2001 From: tokslaw7 <147814066+tokslaw-shruboak@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:41:30 -0400 Subject: [PATCH] readme modified --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e75053..5ef6527 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,13 @@ $ npm run dev cd backend npm install prisma@6.7.0 npm i @faker-js/faker --save-dev - *{To fill DB tables with artificial data}* mkdir *prisma* cd prisma touch test.sqlite prisma init - - Change credentials in *.env* - - In *schema.prisma* Create DB Models has needed. ``` +>- Change credentials in *.env* +>- In *schema.prisma* Create DB Models has needed. Express server ### Backend - What happens Inside