An open API service indexing awesome lists of open source software.

https://github.com/arpitgo4/stockindexing

Basic Stock indexing application with real time stock details updates.
https://github.com/arpitgo4/stockindexing

bootstrap3 h2-database hibernate html5 maven react-hot-loader-3 reactjs spring-boot spring-websockets-stomp webpack2

Last synced: 3 months ago
JSON representation

Basic Stock indexing application with real time stock details updates.

Awesome Lists containing this project

README

          

### 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