pool / seed_data.json
Ubuntu
workign 2 dbs need toe be in server
8c9a0f8
Raw
History Blame Contribute Delete
380 Bytes
Invalid JSON:Unexpected token '#', "# Initial "... is not valid JSON
# Initial products for seeding the database
[
{"name": "Laptop", "price": 999.99, "category": "Electronics"},
{"name": "Headphones", "price": 149.99, "category": "Electronics"},
{"name": "Coffee Mug", "price": 12.99, "category": "Home"},
{"name": "Notebook", "price": 5.99, "category": "Office"},
{"name": "Water Bottle", "price": 24.99, "category": "Home"}
]