Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 444 Bytes

Readme.md

File metadata and controls

8 lines (4 loc) · 444 Bytes

Backend Series

This is a video series on backend using javascript

nodemon is a tool that helps develop Node.js based applications by automatically restarting the node application when file changes in the directory are detected.

Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env. Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology.