To store user transactions, order details, and customer data efficiently, you can set up MongoDB, a NoSQL database known for scalability and flexibility.

MONGODB_URI=mongodb+srv://username:[email protected]/database?retryWrites=true&w=majorityNow MongoDB is fully set up and ready to use in your Next.js project! 🚀
npm run dev

# .env.local
SUPABASE_URL=your-project-url
SUPABASE_ANON_KEY=your-anon-key