Zip:
Extract into a directory:
/Downloads/Extracted_Directory...
Import the folder within extracted directory as gradle project into eclipse:
/Downloads/Extracted_Directory/team-north-capstone
Git:
With this git as origin and working_directory as your working directory:
git pull origin <branch_name>
git checkout <branch_name>
Import as gradle project into eclipse the folder within extracted directory:
/working_directory/team-north-capstone
Gradle tasks are at the bottom, use bootRun task to initialize server.
In your working directory:
.\gradlew bootRun