/btgpa

Primary LanguageJava

Bergen Tech GPA Calculator

Download and install latest version of Oracle Java.

Install Homebrew package manager by launching Terminal application and entering:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Apache Maven:

$ brew install maven

Clone the Github repository:

$ git clone https://github.com/rachelluuu/btgpa.git

Compile and package the Java sources:

$ cd btgpa
$ mvn package

Test by running the Jetty application server:

$ mvn exec:exec

Open your web browser to:

http://localhost:8080/  

To stop Jetty just hit CTRL+C

Deploy to Heroku:

git push heroku

Team Members

  • Rachel Lu
  • Jennifer He