This is a Next.js project is related with this Backend. You need to deploy both of them to make it works
First, prepare the development server:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
If you see something in browser, now we ready to deploy our back end.