Steps to run the project:
- After cloning the repository, use
npm installto install all the server dependencies needed on root folder - Inside
index.jsupdateorganization-idandapi-keyfrom OpenAI platform - cd into client folder and run
npm installto install client dependencies - Run
node index.json root folder - Inside client folder run
npm startto run project.
In the project directory, you can run:
Runs the server at http://localhost:3080
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
