- Find the Project description in the README.md file under Stock_Trading_UI repository.
- Clone the backend system into a directory on your system using the below Github link.
- via HTTPS: > git clone https://github.com/MALAV1308/Stock-Trading-System.git.
- change the database connection in application.properties file.
- Default server port is 8080. If you want to change that then just change server.port property from application.properties file.
- Install java and maven in your system.
- Go to the project directory and run mvn clean install command. It creates the executable jar file.
- At the last, run java -jar {jar file Path/jar file}.