Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangboz/digital-asset-trade-service-sample
It's a simple trading service written using java8, Spring Framework, Spring Boot, Spring Data JPA, Hibernate, Postgres, Spring transaction,RxJava, rx-docker-client, Websockets, AngularJs, bower, maven.
https://github.com/yangboz/digital-asset-trade-service-sample
angularjs angularjs2 blockchain-technology docker docker-compose hibernate maven postgres rxjava spring-boot spring-data-jpa swagger swagger-ui trading-service web3
Last synced: 5 days ago
JSON representation
It's a simple trading service written using java8, Spring Framework, Spring Boot, Spring Data JPA, Hibernate, Postgres, Spring transaction,RxJava, rx-docker-client, Websockets, AngularJs, bower, maven.
- Host: GitHub
- URL: https://github.com/yangboz/digital-asset-trade-service-sample
- Owner: yangboz
- License: mit
- Created: 2018-04-14T06:27:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T10:13:51.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T07:09:09.534Z (2 months ago)
- Topics: angularjs, angularjs2, blockchain-technology, docker, docker-compose, hibernate, maven, postgres, rxjava, spring-boot, spring-data-jpa, swagger, swagger-ui, trading-service, web3
- Language: HTML
- Homepage:
- Size: 6.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# digital-asset-trade-service-sample
It's a simple trading service written using java8, Spring Framework, Spring Boot, Spring Data JPA, Hibernate, Postgres, Spring transaction,RxJava, rx-docker-client, Websockets, AngularJs, bower, maven.# How to run it?
```
cd digital-asset-trade-service-sample
```## Bower
```
brew update && brew install bower
``````
bower install
```
## Install postgresql```
brew update && brew install postgres
``````
postgres -D /usr/local/var/postgres
``````
createdb `whoami`
```## Maven
```
mvn package -DskipTests=true
``````
java -jar target/trade-service-0.0.1-SNAPSHOT.jar
```## Docker
## Swagger-UI
http://localhost:8080/swagger-ui.html#/trade-rest-controller
## AngularJS-UI
http://localhost:8080/
# Reference
https://github.com/SunPj/spring-trade-service-sample
https://github.com/shekhargulati/rx-docker-client
https://github.com/bitnami/bitnami-docker-mediawiki
https://github.com/blacklabelops/volumerize
http://exponential.io/blog/2015/02/21/install-postgresql-on-mac-os-x-via-brew/
https://github.com/bitshares/bitshares-ui
https://github.com/pivotal-bank/cf-SpringBootTrader
https://github.com/web3j/web3j