2025-07-18alıntıLike
Project structure\nNote: this course material was written with version v20.11.0 of Node.js. Please make sure that your version of Node is at least as new as the version used in the material (you can check the version by running node -v in the command line).\n\nBefore we move into the topic of testing, we will modify the structure of our project to adhere to Node.js best practices.\n\nOnce we make the changes to the directory structure of our project, we will end up with the following structure:"