mysql-node-stack/ ├── docker-compose.yaml # Docker services configuration ├── Dockerfile # Node.js container definition ├── package.json # Node.js dependencies ├── init.sql # Database initialization ...
In this activity, you'll be creating an Amazon-like storefront with the MySQL skills you learned this unit. The app will take in orders from customers and deplete stock from the store's inventory.