Skip to content

panilkumar1/stockWatchlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchlist for Stocks

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.example.messagingstompwebsocket.MessagingStompWebsocketApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Features

  • This is a single user Watchlist service for Financial Stocks.
  • Multi-user is not supported.
  • NO Persistence. Watchlist data is lost upon restart.
  • Enter valid Symbols only
  • Stocks data is refereshed every 5 seconds