This repository demonstrates how to build a small RESTful API using Node.js, Express, Prisma, and MySQL, organized with a layered architecture (Controller → Service → Repository). It is intended as a ...
mysql-node-stack/ ├── docker-compose.yaml # Docker services configuration ├── Dockerfile # Node.js container definition ├── package.json # Node.js dependencies ├── init.sql # Database initialization ...