Skip to content
Sven Loesekann edited this page Nov 6, 2017 · 7 revisions

Setup

To run the project.

You need have Mongodb 3.4+ installed and started. To run build and run the docker image you need docker installed and started.

To start the project in Eclipse run the class TraderApplication as Java Application. Then the backend will start. For the frontend npm install will need to be run in the src/angular/trader directory. After it finished loading the npm dependencies run npm start to run the Angular-Cli with the proxy configuration.

To start the docker image the project needs to be build. To build the project invoke 'mvn clean install'. That will build the frontend and the backend. Then the script buildDocker.sh needs to be run in a unix shell(for windows try cygwin). It builds the docker image and starts it.

Clone this wiki locally