-
Notifications
You must be signed in to change notification settings - Fork 45
Setup
To run the project.
just clone it build it and run it. The Mongodb is now used as a Maven dependency. That enables the use as standalone app.
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 dockerfile:build'. That will build the frontend and the backend. Then the script 'runDocker.sh' needs to be run in a unix shell(for windows try cygwin). It starts the docker image on the local computer.