Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 458 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 458 Bytes

REST API trading service

It's a simple trading service written using java8, Spring Framework, Spring Boot, Spring Data JPA, Hibernate, Postgres, Spring transaction, Websockets, AngularJs, bower, maven. There are integration and unit tests.

To run tests use mvn clean test

To run the project please execute

bower install

mvn package && java -jar target/trade-service-0.0.1-SNAPSHOT.jar

Branch "heroku" is ready to deploy to heroku