this is a simple practice to implement a full-stack web application with Node.js, MongoDB, Express.js, pug, etc...
first setup by running
npm install : activates(install)all dependencies file.
then to run the app
start the mongoDB server by running
mongod
then start the app server by running
node app.js