Skip to content

Instantly share code, notes, and snippets.

@solancer
Created January 23, 2024 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solancer/147dbff070d5424283f2f69be23bd8d6 to your computer and use it in GitHub Desktop.
Save solancer/147dbff070d5424283f2f69be23bd8d6 to your computer and use it in GitHub Desktop.
project-tree.txt
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