The ChatGPT clone guides patients to cure their diseases.
Copy all variables from .env.example to new created .env file and change the appropriate variables with your values. You can get all necessary data at Platform OpenAI.
Install dependencies.
npm iStart backend server with nodemon.
npm run dev:backStart frontend server with vite.
npm run dev:front