NGNaveenkumar Goudarinnkgoudar.hashnode.dev·Nov 8, 2021 · 2 min readConnect Nodejs project to MongoDB using mongooseHi! 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 up, downloa...00
NGNaveenkumar Goudarinnkgoudar.hashnode.dev·Oct 30, 2021 · 4 min readPush my Nodejs project to Github.Hi! GitHub is a web-based interface that uses Git, the open source version control software that lets multiple people make separate changes to web pages at the same time. Here we will understand how to push our existing Node project to github reposit...00
NGNaveenkumar Goudarinnkgoudar.hashnode.dev·Oct 30, 2021 · 4 min readSetup a Nodejs project using Express as the frameworkHi, Welcome to the first blog of the series where we will learn how to setup a Node project with Express and MongoDB using Typescript as the programming language. As a newbie programmer I always found it difficult to follow best way to write code and...00