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