Built based on this repo https://github.com/safak/chatgpt-clone/tree/completed while using this tutorial https://www.youtube.com/watch?v=8iAQ1h30n5I
To start the app locally:
cd
into the client
and backend
directories separately and run npm install -f
to install the node modulesclient
, enter npm run dev
backend
, enter npm start