Connecting nuxt api to MongoDB | Zero to Deployed app with nuxtjs

We are connecting our nuxt API server middleware to MongoDB in this video. Being able to serve client requests via an API is great, but it’s very limited unless you can store and retrieve data. MongoDB is a great general-purpose NoSQL database server. MongoDB ❤ javascript, which makes nodejs/nuxt and mongodb a great combo. Your feedback is very welcome. Happy coding! 🤓
Back to Top