This video shows how to build a barcode scanner and covers:
- Using the barcode scanner
- Using cloud database to store and search for scanned products
- Using server script for:
- Searching the database to find products that have low inventory
- Sending a push message to notify of low inventory
- Sending an email (SendGrid API) to notify of low inventory
- Scheduling server script (job) to run periodically to check for low inventory and perform the actions above
Leave a Reply