root-systems / create-dogstack-app

create a new dogstack app and scaffold files + folders
5 stars 2 forks source link

create a postgres db when creating app #11

Closed iainkirkpatrick closed 6 years ago

iainkirkpatrick commented 6 years ago

at the moment, no database is created when the app is generated - find a way to either do this automatically or alert the user they need to do it

danalexilewis commented 6 years ago

vote to tell the user to do it :)

iainkirkpatrick commented 6 years ago

addressed in this PR, wasn't hard to do automatically :) but will need better error handling around it i suspect. gonna open an issue for that