# clone the repository
git clone https://github.com/mushdigital20/nodejs-api.git
# change directory to the repository
cd nodejs-api
# install dependencies
npm install
# start the server
npm start
# open your browser and go to http://localhost:3000