DiegoMendez01 / ecom-beauty-backend

0 stars 0 forks source link

Dummy Data for Development #1

Open SergioKingOne opened 2 weeks ago

SergioKingOne commented 2 weeks ago

Problem: Every time we run the app, we start the db from scratch.

Proposal: We should provide cli args to insert dummy data, restart db, etc.

That would improve the dev experience imo.

DiegoMendez01 commented 2 weeks ago

I've noted the issue and will implement CLI arguments to insert dummy data and restart the database.

SergioKingOne commented 2 weeks ago

Just merged a PR to add dummy data enough for the time being. We'll need more though.

SergioKingOne commented 2 weeks ago

Would be nice if we can do all this in a .sql file and then just execute it. Just an idea.