js-blog-tutorial
js-blog-tutorial copied to clipboard
server directory lacks a package.json
so the npm -i called for in the readme will not install the needed packages. perhaps change the readme to suggest this instead of npm -i npm i -S path express body-parser express-session cors errorhandler mongoose morgan
Absence of package.json file is preventing installation of server. Please do add it from your local repository.