How to Get Started With Bun & MongoDB
Rate this video
✅ MongoDB Atlas account → https://mdb.link/WsUOyPL1QnI-register
✅ Get help on our Community Forums → https://mdb.link/WsUOyPL1QnI-forums
✅ Written guide → https://mdb.link/WsUOyPL1QnI-guide" target="_blank" rel="noreferrer">https://mdb.link/WsUOyPL1QnI-guide
-
Learn how to use Bun, a high-performance JavaScript runtime, to build a simple CRUD API with MongoDB. This video walks you through setting up your environment, creating a basic web server, and connecting to a MongoDB database using Bun’s built-in features. Perfect for developers looking to explore alternatives to Node.js with modern tooling.
For the complete written guide, including code snippets and detailed instructions, check out the full article here: https://mdb.link/WsUOyPL1QnI-guide" target="_blank" rel="noreferrer">https://mdb.link/WsUOyPL1QnI-guide
00:00 - Intro
01:13 - Bun Setup
02:03 - Application Structure
02:53 - Starting the application
03:59 - Connecting to MongoDB
05:54 - Building a movie TypeScript model
06:31 - Create a movies controller
07:53 - Server routing
09:44 - Connecting everything
15:18 - What's next?