© 2023 Hashnode
#mean
MEAN Stack is a combination of the following components: MongoDB (Document database) – Storage and retrieval of data Express (Back-end application framework) – Makes requests to Database for Reads a…
Implementing a simple Book register MEAN stack Now, that you have already learned how to deploy LAMP, LEMP and MERN Web stacks, it's time to get yourself familiar with the MEAN stack and deploy it to …
As a beginner starting in tech, it is easy to get confused about the issue of tech stacks. You don't grasp the concept properly despite hearing it from experienced individuals. Is it just front-end, b…
Full-stack development is essential in the world of web development. In today’s world, the demand for a full-stack developer is increasing. Several full-stack development frameworks exist, including t…
There are multiple ways to deploy your Angular and node app on the server. Today, we will see the straightforward but manual way to deploy the app. Nowadays, developers use ci/cd, and docker to deploy…
This article covers CRUD operations in MongoDB. Prerequisites MongoDB installed on your computer - Install MongoDB Familiarity working with the terminal Introduction MongoDB is a structured NoSQL do…
In today's modern tech world everyone needs to make their business online and the Online market is huge, Consider you as a person who’s starting an e-commerce business, The mandatory thing for an E-Co…
India's startup economy has been growing rapidly since 2016 across the country. To support its growth the Indian government launched the Startup India initiative. In 2020 there were 14 thousand startu…
Hi! Welcome to the second article in my series. Now that we have done setting up our project as described in my previous article, Let's connect our project to MongoDB using mongoose. You can download the initial code from my github. First u…
MEAN stack:- MEAN is an abbreviation that stands for MongoDB, ExpressJS, AngularJS, Node.js. This framework provides quick and easy development of web and mobile applications. The main components of M…