timwis / enviar

Chat interface for SMS / text messages
37 stars 6 forks source link

Server should bootstrap DB on startup #93

Closed timwis closed 7 years ago

timwis commented 7 years ago

Currently, if you want to run enviar on heroku and cloudant, you still have to install enviar locally in order to run npm run bootstrap to setup the database. Since the process is idempotent, we should be able to just have the server do that at startup.