Created
January 23, 2024 13:28
-
-
Save solancer/147dbff070d5424283f2f69be23bd8d6 to your computer and use it in GitHub Desktop.
project-tree.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project/ | |
├── src | |
│ ├── controllers | |
│ │ └── yourController.js | |
│ ├── models | |
│ │ └── yourModel.js | |
│ ├── routes | |
│ │ └── yourRoute.js | |
│ ├── utils | |
│ │ └── database.js | |
│ └── app.js | |
├── test | |
│ └── yourTest.js | |
├── .env | |
├── .gitignore | |
├── package.json | |
├── package-lock.json | |
└── README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment