cpsc455-bugstorm / TravelersTea

A Trip Planning App that tailors travel itineraries based on user preferences and providing detailed information about destinations; making travel planning less daunting and more enjoyable.
https://travelerstea-906d.onrender.com
MIT License
6 stars 2 forks source link

Populate a user with sample trips and stages #157

Closed vee-16 closed 9 months ago

vee-16 commented 10 months ago

closes #155

vee-16 commented 10 months ago

@L0Lmaker how can I test your script? maybe we can add in package.json for easier testing?

L0Lmaker commented 10 months ago

@L0Lmaker how can I test your script? maybe we can add in package.json for easier testing?

There's no testing. You just run the script to propagate a change to the db, it's not for production use.

NLmeng commented 10 months ago

since you made a scripts folder, maybe move resetDB in it as well