Skip to content

Moh7ven/chat-with-gemini-app

Repository files navigation

Chat with me

Chat with Gemini AI and get an answer

How to use

  1. Clone the repository

    git clone https://github.com/Moh7ven/chat-with-gemini-app.git
  2. Enter your gemini API key in the _.env _ file

  3. Install the dependencies

    npm install
  4. move to server folder

    cd server
  5. Genarate prisma schema

    npx prisma generate
  6. Push the database

    npx prisma db push
  7. Start react server

    npm run dev
  8. Start gemini server

    npm run serve
  9. Open the browser and go to http://localhost:5173/

  10. Image gemini

  11. Demo demo

About

Chat with Gemini AI and get an answer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published