How to create the first MERN Project
Connecting MongoDB to a MERN Project
Make sure Node.js and npm are installed on your system by running these commands in the terminal.
npm --version and node --version
Make a directory using the following command in the terminal: mkdir node-mongodb ...
laiba.hashnode.dev1 min read