Skip to content

Developed stock trading system backend in Java Spring Boot using Data JPA, Spring Security, JWT authentication.

Notifications You must be signed in to change notification settings

jashmin3998/Stock-Trading-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Trading-System

Project Description:

  • Find the Project description in the README.md file under Stock_Trading_UI repository.

Backend Installation:

  1. Clone the backend system into a directory on your system using the below Github link.
  2. via SSH: > git clone git@github.com:jashmin3998/Stock-Trading-System.git
  3. via HTTPS: > git clone https://github.com/jashmin3998/Stock-Trading-System.git
  4. change the database connection in application.properties file.
  5. Default server port is 8080. If you want to change that then just change server.port property from application.properties file.
  6. Install java and maven in your system.
  7. Go to the project directory and run mvn clean install command. It creates the executable jar file.
  8. At the last, run java -jar {jar file Path/jar file}.

Entity Ralational Diagram:

image

Architecture of Full Stack Project:

image

About

Developed stock trading system backend in Java Spring Boot using Data JPA, Spring Security, JWT authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages