Skip to main content

2 posts tagged with "MongoDB"

The MongoDB tag archive contains a wealth of articles and tutorials, offering insights and knowledge about this popular NoSQL database system.

View All Tags

Angular and MongoDB: Building a MEAN Stack App

· 13 min read
Engineering Team

In this tutorial, we will explore how to build a MEAN (MongoDB, Express.js, Angular, and Node.js) stack application. We will start by setting up the development environment, then build the Angular frontend and connect it to MongoDB. Finally, we will deploy the app to a hosting provider. By the end of this tutorial, you will have a fully functional MEAN stack app.

Building a Blogging Platform with React and MongoDB

· 22 min read
Engineering Team

This tutorial will guide you through the process of building a blogging platform using React and MongoDB. React is a popular JavaScript library for building user interfaces, while MongoDB is a NoSQL database that allows for flexible and scalable data storage. By combining these technologies, we can create a powerful and efficient platform for bloggers.