Menu

Tree [7104ae] master /
 History

HTTPS access


File Date Author Commit
 .mvn 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 db 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 src 2020-04-19 Robert Julius Robert Julius [7104ae] Speedup remove postgre server access
 .factorypath 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 .gitignore 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 LICENSE 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 Procfile 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 README.md 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 app.json 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 pom.xml 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit
 system.properties 2020-03-07 Robert Julius Robert Julius [f4a3ca] Initial commit

Read Me

laundry

CircleCI

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/laundry.git
$ cd laundry
$ 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:

DATABASE_URL=postgres://localhost:5432/java_database_name

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.