Hey devs 👋
I've recently finished and published a production-ready backend API for e-commerce platforms.
It’s built with:
✅ Node.js + Express
✅ PostgreSQL with full SQL schema
✅ JWT authentication
✅ REST API for products, users, cart, and orders
✅ Email support (SMTP)
✅ File/image upload with Multer
✅ Docker support for quick launch
✅ Modular structure + documentation
No frontend is included — it’s backend-only and can be integrated with any UI or admin panel.
👉 I'm sharing this on Gumroad in case it's helpful:
🔗 https://nazarovmax.gumroad.com/l/ecommerce-backend
Let me know what you think!
Top comments (3)
Does this support image uploads too?
Thanks! Yes, it supports image uploads via Multer — you can upload product images directly through the API. They’re stored on the server and served with public URLs.
Great work! Going to try this on my next project 🔥