/borealis-pg-demo-app

A Heroku demo app for the Borealis Isolated Postgres add-on

Primary LanguageHTMLMIT LicenseMIT

borealis-pg-demo-app

DEPRECATION NOTICE: This repository is no longer maintained as of 2023-03-21.

A simple Java app for Heroku that demonstrates the Borealis Isolated Postgres add-on.

Deploying to Heroku

Using resources for this example app counts towards your usage. Delete your app and database as soon as you are done experimenting to control costs.

By default, apps use Eco dynos if you are subscribed to Eco. Otherwise, it defaults to Basic dynos.

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information: Borealis Isolated Postgres.

Attribution

This app is based on the companion repo for the Getting Started with Java on Heroku article.