To Run the project
- Replace the Database url in app.js
npm installnode populatedb.jsto generate a template databasenpm run serverstart
Note: you may need to change "serverstart": "SET DEBUG=express-locallibrary-tutorial:* & npm run devstart" in package.json if you are using a Windows machine.