There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is a repository that is sort of a log of my learning path through Express.Js (when I started it). It contains code with valuable comments in complete detail for almost every line of code. It also addresses some issues, errors or bugs that were encountered while starting with Express.js and provides detailed solutions for those problems. It also addresses CommonJS vs ES6 format and their problems with solutions and code file uses ES6 format to import the node modules. It also describes the installation process of nodemon, it's usage and problems and solutions. It also describes the benefits of using nodemon against node command to run a server.