Skip to content

Code for ICSS 2022-2023 that automates the process of sending requests to APIs

Notifications You must be signed in to change notification settings

gmsong06/icss-22-23-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICSS 2022-2023 Code

Prerequisites

Before you begin, make sure you have the following software installed on your system:

  • Java 8 or later
  • Maven 3.6 or later

Installing Java

Windows

  1. Download the Java SE Development Kit 8 (JDK 8) from the Oracle website.
  2. Run the installer and follow the prompts to install Java on your system.
  3. Verify the installation by opening a command prompt and running the following command:
java -version

Linux/Mac

  1. Open a terminal and run the following command to install Java:
sudo apt-get install openjdk-8-jdk
  1. Verify the installation by running the following command:
java -version

Installing Maven

Windows

  1. Download Maven from the Apache Maven website.
  2. Extract the downloaded archive to the directory where you want to install Maven.
  3. Add the bin directory of the extracted Maven folder to the PATH environment variable.
  4. Verify the installation by opening a command prompt and running the following command:
mvn -version

Linux/Mac

  1. Open a terminal and run the following command to install Maven:
sudo apt-get install maven
  1. Verify the installation by running the following command:
mvn -version

About

Code for ICSS 2022-2023 that automates the process of sending requests to APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages