Skip to content

steveliem/ritzi-lee-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ritzi-lee-web

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

Running Locally

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

$ git clone https://git.heroku.com/ritzilee.git
$ cd ritzi-lee-web
$ mvn clean install
$ heroku local:start

You can also use the normal Spring Boot start routine

$ cd ritzi-lee-web
$ mvn clean install
$ mvn spring-boot:run

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:

About

Ritzi Lee web application deployed on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published