For the backend we are using express as the web framework. It is simple to write in and it is very modular with many libraries.
User authentication is using passport with passport-jwt for simple stateless authentication.
https://github.com/heroku/heroku-builds
Make sure that all the environment variables are set before deploying the app to avoid crashes / using default config values.
To deploy the app to heroku run npm run deploy