mjhea0 / node-postgres-todo

http://mherman.org/blog/2015/02/12/postgresql-and-nodejs
MIT License
95 stars 60 forks source link

Update dependencies, refactor to promises, Heroku bootstrap #10

Open brabster opened 6 years ago

brabster commented 6 years ago

Hi there,

I used your project in a demo of Heroku Pipelines yesterday, so I've got a version that's got up-to-date resources and a mostly complete refactor to use promises instead of callbacks.

It also uses db-migrate for the database setup and has a couple of setup files that means it'll "just work" with Heroku.

Happy to finish tidying it up and submit a PR if you want it!

mjhea0 commented 6 years ago

I think I'd probably write a new blog post for this. Can you submit the PR and I'll figure out how to incorporate it into the new post? Thanks!