Camp Application and Management System (CAMs) is an application for staff and students to manage, view and register for camps within NTU. The application will act as a centralized hub for all staff and students.
-
Open your terminal
-
Clone the repository:
git clone https://github.com/jhmarkkk/SC2002_CAMs.git
-
Navigate repository:
cd SC2002_CAMs -
Compile the project:
javac -cp src -d bin src/main/CAMs.java
-
Run the project:
java -cp bin main.CAMs
This section contains some login credentials for users with different roles. The full list is available in the CSV files in data folder.
Students:
# Student 1
USERID: YCHERN
PASSWORD: P@$$w0rd
# Student 2
USERID: BR015
PASSWORD: P@$$w0rd
# Student 3
USERID: KOH1
PASSWORD: P@$$w0rd
# Student 4
USERID: DL007
PASSWORD: P@$$w0rd
# Student 5
USERID: CT113
PASSWORD: passwordCommittee Members:
# Committee Member 1
USERID: LE51
PASSWORD: P@$$w0rd
# Committee Member 2
USERID: ELI34
PASSWORD: P@$$w0rdStaffs:
# Staff 1
USERID: OURIN
PASSWORD: P@$$w0rd
# Staff 2
USERID: ANWIT
PASSWORD: P@$$w0rd