Skip to content

heroku/java-getting-started

Repository files navigation

Running the local server

To run the app locally, run heroku local --port 5001 from the command line.

Connecting to the database remotely

To connect to the heroku database, run heroku pg:psql. You will be able to run postgres commands from there.

Deploying

To deploy to heroku, run git push heroku main.