Typescript Mongoose and MongoDB Setup

Опубликовано: 17 Июль 2026
на канале: Vince Tech
1,245
2

In this tutorial, we're going to be taking a look at how Typescript and Mongoose can be implemented together in a Node and Express server. We used MongoDB as our database, but we used a MongoDB local database. We also used MongoDB compass to view our collections, documents, database, whatever the terms are. We used Postman to make HTTP requests to our server, and we used Mockaroo to create mock data for our database.

Useful Links:
Mockaroo: https://www.mockaroo.com
Postman: https://www.postman.com/downloads
MongoDB Compass: https://www.mongodb.com/try/download/...

*Note, when I said, it's safe to expose "mongod://localhost:27107", I meant it's safe for me to expose in this tutorial since I'm not deploying this project.

Github repo from the tutorial: https://github.com/vinlegend1/typescr...

Smash the LIKE Button and DESTROY the Subscribe Button

Here are some tutorials you would wanna see:
Ben Awad (this guy is great):
Next JS Static Site Generation Tutorial:    • Next.js Static Site Generation (SSG) Tutorial  
Typescript NextJS GraphQL Series:    • Typescript, Next.js, And GraphQL Series  
Cache Static Content with Cloudflare:    • How to Cache Static Content with CloudFlare  

Traversy Media (this guy is great):
MERN Node backend tutorial:    • Learn the MERN Stack [2] - Express API & M...  

Vince Tech (this guy kinda trash)