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:password@cluster.mongodb.net/database?retryWrites=true&w=majority
Now 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