-This package creates a basic backend-scaffolding -It creates the following folders:
- controllers
- models
- routes
- middleware
- public
- In each folder except public it also creates a blank "index.js" file
- It also creates a blank "README.md" and a ".gitignore" file setup to ignore your "node_modules" folder and your "package-lock.json" file
- Root index.js requires multiple files and packages that make it ready to run your server out of the box just run "node index.js"
- dotenv
- express
- path
- Create a new folder
- Run "npm init" in the newly created folder
- In the terminal run command "npx node-bare-skeleton"
Node.js and the FileSystem package