CS 414 group project repo
Installation:
- Clone the repository (
git clone https://github.com/JGelfand/cs414-f19-012-RuntimeTerror.git
) and cd in cd rollerball
npm install --prefix client
- Create a file in rollerball/src/main/resources/sql_login_info.txt, and in it put the username, some whitespace, and then the password for the account you wish to use to log in to the mysql database
Build/Run (from rollerball directory):
npm run bundle --prefix client
gradle run
Test (from rollerball directory):
gradle test