StudyBuddy Deployments Next.js Deployment: https://study-buddy-next.vercel.app/ Node.js Deployment: https://sb-node.onrender.com/ Running the Next.js App: Navigate to the next directory Install dependencies: npm install Start the development server: npm run dev Running the Node.js App: Navigate to the node directory Create a new .env file by copying .env.example Fill in the environment variables, such as MONGODB_URL, in your .env file Install dependencies: npm install Start the server: npm run dev