Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

andlekbra/dat250-expass1

 
 

Repository files navigation

DAT-250 assignment

This repo is forked from Heroku as a school assignment. Report is here

java-getting-started

A barebones Java app, which can easily be deployed to Heroku.

This application supports the Getting Started with Java on Heroku article - check it out.

Deploy to Heroku

Running Locally

Make sure you have Java and Maven installed. Also, install the Heroku CLI.

$ git clone https://github.com/heroku/java-getting-started.git
$ cd java-getting-started
$ mvn install
$ heroku local:start

Your app should now be running on localhost:5000.

If you're going to use a database, ensure you have a local .env file that reads something like this:

JDBC_DATABASE_URL=jdbc:postgresql://localhost:5432/java_database_name

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

Documentation

For more information about using Java on Heroku, see these Dev Center articles:

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.7%
  • Java 27.0%
  • CSS 5.2%
  • Shell 0.1%