This project is a Maven Project. Please install Maven and configure your pc environment variable
Use mvn -version
to verify installation success
This project is using Java 8. Please install Java and configure your pc environment variable.
Use java -version
to verify installation success
This project uses NPM. Please install node.js and configure your pc environment variable.
Use npm -v
to verify installation success
Navigate into Server folder root folder
cd ./Server
First time running, to install all maven dependency
mvn install
Take the compiled code and package it into a distributable format such as JAR
mvn package
Run the executable java backend in
src > main > java > com.assignment.concurrent > ConcurrentApplication.java
java -jar "file path of executable"
Navigate into React-app from root folder
cd ./React-app
First time running, install all node dependency
npm install
Start the application
npm start
open http://localhost:3000
with your browser
- click
start
- enter the required parameters
- observe changes in output
To understand Spring & STOMP, it's encourage to checkout