This project combines the power of Laravel on the backend and Vue.js with Inertia.js on the frontend to create a dynamic and responsive Generative AI Chat Bot. Leveraging Google's cutting-edge technology, this chat bot offers intelligent and context-aware responses.
In addition to its powerful features, this Generative AI Chat Bot employs a clever local storage mechanism for efficient state management.(JUST FOR DEV PERPOSE)
NOTE: I developed it with in 15 mins just for dev purpose. ALL THE BEST MY FELLOW DEVS.
Clone the Repository
git clone https://github.com/udaykiranchenna2/Chat_API.git
composer install
npm install
Add database configuration in .env file
Add MAKER_SUIT_API_KEY key in .env (GET IT FROM MAKER SUIT GENERATIVE AI)
php artisan migrate
php artisan serve
npm run dev
Register with you email and Start using you own chat bot.