To install the necessary NPM libraries for the front-end, run the following commands:
npm install react-scripts
npm install @mui/material
npm install axios
npm install @mui/styled-engine
npm install @emotion/styled @emotion/reactTo install the necessary NPM libraries for the back-end, run the following commands:
npm install express mongodb
npm install cors mongoose dotenv multer pdf-lib
npm install @langchain/openai body-parser express node
npm install @langchain/openai dotenv openai
npm install body-parser
npm install expressFeel free to let me know if you need any more adjustments!