Repository template with express and node Setup guide Create the node proyect npm init -y Add express and dotenv to dependencies npm install express dotenv Add nodemon to dev-dependencies npm install --save-dev nodemon Create the following directories: