
MVC Structure | Backend | Skeleton
Hey devs! 👊
🏗️ BACKEND ENTERPRISE SKELETONS
Gonna be honest: I'm lazy as hell when it comes to setting up project structures.
Every time I started a new backend project, it was the same thing: create controller, model, service, repository folders... annoying af.
So I mixed laziness with the will to learn, and this came out:
Basically a repo with 4 ready-to-use backend structures:
📦 Java (Spring Boot)
📦 Node.js (JavaScript)
📦 TypeScript (Express + TS)
📦 PHP (Pure MVC)
All files are EMPTY. Just folders. Just organization.
You just need to:
1️⃣ Clone it
2️⃣ Copy the stack folder you want
3️⃣ Fill in with your logic
🔗 Link: https://github.com/SidneiAJr/Esqueletos_backend_enteprise
Fork allowed. Use it, modify it, share it. Just don't sell it - it's free, you know? lol
If it helps you somehow, drop a ⭐ on GitHub.
Made in Brazil 🇧🇷 with coffee and code.
What stack do you guys use the most? Thinking about adding Python and C# if people want it.
Thanks! 🙌