Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

tsipantzi/Alotta-Capstone-22-23

Repository files navigation

Alotta 2022-23 Liberty University Capstone Project

BUILD
  In the main alotta folder run this command in the terminal
  This will also run the test suite beforehand once setup 
  ./gradlew clean build
TEST SUITE
  In the main alotta folder run this command in the terminal 
  ./gradlew test
RUNNING THE APP
  In the main alotta folder run this command in the terminal 
  ./gradlew clean bootRun