CECS 445 - Open App
Make sure you have Java 8 and Maven installed. Also, install the Heroku CLI.
$ git clone https://github.com/MrBmikhael/CECS-445.git
$ cd CECS-445
$ mvn clean install
$ heroku local web
Your app should now be running on localhost:5000.
For more information about using Java on Heroku, see these Dev Center articles: