Chat.EXE is a chat bot creadted using OpenAi's CHATgpt API.
Chat.EXE can be accessed here.
NOTE: Chat.EXE's backend is hosted on free tier of render web services hence it may not work all the time. Although it works fine on the localhost, so in order to try it on local machine follow the following steps
- To run the project you need npm package installer.
- Install the dependencies using npm command.
- run the server using nodemon inside server directory.
- run
npm run dev
inside client directory to start vite.