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.
- Host: GitHub
- URL: https://github.com/arpitgo4/stockindexing
- Owner: arpitgo4
- Created: 2017-03-13T11:36:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T11:49:40.000Z (over 9 years ago)
- Last Synced: 2025-07-25T07:10:19.728Z (11 months ago)
- Topics: bootstrap3, h2-database, hibernate, html5, maven, react-hot-loader-3, reactjs, spring-boot, spring-websockets-stomp, webpack2
- Language: Java
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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