Hello, I want to deploy this project https://github.com/Rekik88/Gemini-Search. I tried several methods as shown in testing branch, but I couldn't find anything that works. Does anyone know if it is even possible ?
Hello, I want to deploy this project https://github.com/Rekik88/Gemini-Search. I tried several methods as shown in testing branch, but I couldn't find anything that works. Does anyone know if it is even possible ?
Hi , welcome to the Vercel Community!
Sorry that you're facing this issue. From the repository readme, it looks like a React+express application.
I’d recommend you to serve your frontend (React application) and Express app in different Vercel projects.
Here are the resources you can refer to get started:
I hope this helps.