How to vibe code an eCommerce API - Part 2: Base architecture
Welcome to the second part of my series on vibe-coding an eCommerce API! In this series, I’ll walk you through the process of designing and implementing a robust, scalable API for an eCommerce platform. You can find the first introductory part here.
I am a Javascript developer, and I have a personal list of tools I want to use in this portfolio project: tsyringe for DI, jest for unit testing, MySQL and MongoDB for the databases (yes, I will showcase both).