= FeathersJS Heroku deployment
{c}
Got it working as mentioned at: https://github.com/cirosantilli/feathers-chat/tree/sequelize-pg
One major step was to <port (software-portability)> to <PostgreSQL> as shown at <feathers-chat PostgreSQL>.
Bibliography:
* https://stackoverflow.com/questions/47270219/deploy-feathersjs-app-on-heroku/66723974#66723974
* https://github.com/feathersjs/feathers/issues/1647
* https://medium.com/@mattchewone/feathersjs-deployment-gitlab-ci-cd-heroku-4ea9e34ab129
There's also a `heroku` branch at: https://github.com/feathersjs/feathers-chat/tree/heroku[], but it also seems to use NeDB? So you can have a filesystem in Heroku? Doesn't seem so: https://stackoverflow.com/questions/42775418/heroku-local-persistent-storage
Back to article page