11
Jan
As a software undergrad engineer, I keep looking out for new technologies and making projects to foster my skill. I have recently completed my very first MERN—MongoDB, Express.js, React, and Node.js Stack Project. It has been quite an exciting journey full of challenges and learning. In this blog post, I am going to walk through my experience, the hurdles that came across my way, and the lessons learned. MERN Stack: What is it? The MERN stack is a powerful combination of technologies where one can develop a full-stack web application. This includes: MongoDB: A NoSQL database to store data. Express.js:…