NodeJS
How to install Nodejs on Amazon Linux 2
In this article, I will tell you how to install Nodejs on Amazon Linux 2. First, install NVM using CURL Then run this command To verify that nvm has been installed, do run this command After that, run this command to install Node 11 using NVM So you install NodeJS 11 on your EC2 instance. …
How to Install MongoDB on Amazon Linux 2
Steps to follow Then paste this content into that file After that, run this Start MongoDB server by running this command. Check status by running this command Everything that is mentioned above is also displayed in this video as well.
How to Install MongoDB in Ubuntu Inside AWS
First, add the GPG key Next, we need to create a list file for MongoDB Then, update the APT package list. Now it’s time to install MongoDB If you have typed everything correctly, then it should install MongoDB on your Ubuntu Machine. Next, we need to start the MongoDB by running this command Verify that …
Top 10 YouTube video to learn nodejs
Mosh hamdani 2. Nodejs and express 3. Edureka. 4. Nodejs crash course 5. Api with node and Express 6. Nodejs for beginners 7. The Async and Await explained 8. Nodejs tutorial. 9.The Mern stack 10. Nestjs a node framework
Unit testing for NodeJs Applications
As you add features to your application, you can run the risk of introducing bugs and the application is incomplete. If it’s not tested, and manual testing is tedious and prone to human error. Automated testing has become increasingly popular with developers automated testing involves writing logic to test your code rather than running. True …
NodeJs CMS tutorial
Strapi Strapi is the leading open-source headless CMS, which is 100% JavaScript, fully customizable and developer-first. How to Install This one line simple command installs Strapi which can be accessible in http://localhost:1337/ How to Create A New user Navigate to http://localhost:1337/admin (opens new window). Complete the form to create the first Administrator user. Install Using …