DEV Community

Discussion on: Create APIs for a Blog with NodeJS and Express with JSON file

Collapse
 
sidharrth profile image
Siv Deploys

** :~: Concept/Product/Architecture/Code Evaluator :~: **

*As is code Run Results *

  • github: start command in package.json is incorrect. Infinite loop (cyclical)

** :~: Concept/Product/Architecture/Code Evaluator :~: **

Collapse
 
sarfarazunarr profile image
Sarfaraz Unar

You can run node index.js but mainly developers use nodemon so you should run nodemon index.js after installing packages.