NodeJS-Sample-App icon indicating copy to clipboard operation
NodeJS-Sample-App copied to clipboard

Sample Employee CRUD application with Node.js, Express and MongoDB

Results 5 NodeJS-Sample-App issues
Sort by recently updated
recently updated
newest added

Is this in a mvc pattern

Here are detail: ``` { TypeError: /usr/src/app/views/index.jade:6 nodejs | 4| h1= title nodejs | 5| #employees nodejs | > 6| - each employee in employees nodejs | 7| div.employee nodejs...

node_modules folder shouldn't be added to the GitHub repository, and then when anyone clones your repo he can install using npm the suitable versions of your used packages

This shows the error **Cannot read property 'title' of undefined** when editing an employee. Also does not delete the employee from the database.

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies