# Delivery criteria - Development seeds using faker - Create minimal data setup for running the app, even if not necessary to run, at least 1 row for each entity - Remember to also establish relationships between entities if they require so. - Add a single CLI command in our package json that allows other devs to easily run development seeds. - Make sure your seeds are idempotent