Welcome to Grub Hub, your ultimate online destination for ordering delicious food with ease. Built using the MERN stack (MongoDB, Express.js, React.js, Node.js) and integrated with Stripe for secure payments, Grub Hub aims to provide a seamless and delightful food ordering experience.
Due to cors error the site is not functioning properly and also in the server folder vercel.json file is missing. you can add vercel.json
{ "version":2, "builds":[ {"src":".js","use":"@vercel/node"} ], "routes":[ { "src":"/(.)", "dest":"/" } ] }