ReactTraining/react-workshop

Database starting point "seed"

bradwestfall opened this issue · 0 comments

While developing, we're going to wreck the database. Also students might wreck it and want to reset. So it would be nice if we had a npm run db-reset or something and had a separate db file which is used to seed the real db file.

I can take this one on