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.
LocalStorageApi/ ├── config/ │ ├── app.js # Application configuration │ └── database.js # Database configuration ├── middleware ...