Backend Folder Structure Generator Generate a production-ready clean backend architecture for Go (Gin framework) in seconds. ✨ Features Clean architecture folder structure Config-based setup JWT authentication middleware CORS middleware SQL / MongoDB ready Logger initialization Template-based project generation Production-ready structure 🛠 How To Use Open VS Code Press Ctrl + Shift + P Search: Generate Clean Go Backend Structure Enter your project name Your backend structure will be generated automatically 📂 Generated Structure project-name/ │ ├── cmd/ ├── internal/ │ ├── config/ │ ├── controller/ │ ├── middleware/ │ ├── models/ │ ├── routes/ │ ├── helpers/ │ ├── go.mod ├── main.go ├── config.json 🧠 Built For Backend engineers Go developers Clean architecture enthusiasts Rapid API development 🔐 JWT Authentication Authentication middleware reads secret from config. No hardcoding. Production ready. 🧩 Requirements Go installed VS Code Node.js (for extension) 📌 Version v0.0.1 – Initial Release |