Sampreeth Miriyala
Results
1
issues of
Sampreeth Miriyala
# My Suggestion Changes in package.json ```diff -"start": "nodeserver.js" +"start": "nodemon server.js" ``` Added in README.md ## Steps to run the application ```js npm install nodemon npm start ```