/StockIndexing

Basic Stock indexing application with real time stock details updates.

Primary LanguageJava

Project Structure

   |-- src -> source for backend spring boot server.
   |-- client -> source for frontend React application, with embedded developement server.

Run

Inside /client directory, run ``` npm build ```
In root directory, run ``` mvn spring-boot:run ````

Technologies Used

	
	Spring Boot
	Hibernate
	H2 Database
	JCS
	Websockets

	HTML5
	Bootstrap
	ReactJS
	Webpack

Status

Backend API completed, with real time stock price monitoring. Basic frontend UI and business logic completed.

Remaining

Integration of the frontend React app with the real time websockets at the backend.

Application will start on http://localhost:8080