From b05cf4e61ee0b1512628d4c468aa4a07c63c919d Mon Sep 17 00:00:00 2001 From: tokslaw7 <147814066+tokslaw-shruboak@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:37:55 -0400 Subject: [PATCH] readme updated --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61e412b..ae1d0d7 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,9 @@ Three Models created: ### How data is generated using JS -- A `seed.js` file inside prisma folder contains all the created Models logic for functionality -- +- A `seed.js` file inside backend folder contains all the created Models logic for functionality +- A server.js file contains all routes the server will respond when a request is made and how the DB delivers data. +** The frontend send requests to the backend endpoint and retrieves data. ### Prerequisites