Javascript – SyntaxError: The requested module './routes/authRoutes.js' does not provide an export named 'default'
I am trying to implement endpoints for my book catalog using Node js and I could encounter thee below error when setting up the base urls. index.js import express from 'express'; import mongoose from 'mongoose'; import connectDB from './config/db.js'; import…