Client-Server chatting application built in Java and made by students of ITI.
To be able to run you need to have maven installed on your machine. Then you can follow running instructions based on your OS.
Open your favourite terminal int the project directory and follow these instructions.
cd "run scripts/linux and mac"
# Now choose the script you want to run
# To run client only
./runclient.sh
# To run server only
./runserver.sh
# To run both server and client (one instance for each application)
./run1server1client.sh
Open your CMD in the project directory and follow these instructions.
cd "run scripts/windows"
:: Now choose the script you want to run
:: To run client only
runclient.bat
:: To run server only
runserver.bat
:: To run both server and client (one instance for each application)
run1server1client.bat