This is a repo for the server application of CrossThatZero, written in Java using Spring Boot and SocketIO
# Clone the repo
git clone https://github.com/code-sparsh/cross-that-zero_backend.git
# Navigate to the project directory
cd cross-that-zero_backend
# Build the jar file
mvn clean package -DskipTests
# Execute the jar file
java -jar target/CrossThatZero-backend-0.0.1-SNAPSHOT.jar