run the ./terminal-backend/src/main/java/com/example/terminal_backend/TerminalBackendApplication.java the service will start listening on port 8080. IntelliJ provides great tooling to run this, but be sure to only open the terminal-backend folder.
run the terminal-backend/src/test/java/com/example/terminal_backend/TerminalControllerTest.java. IntelliJ provides great tooling to run this, but be sure to only open the terminal-backend folder.
Run npm install
to install the project.
Run npm run build
to build the project.
Run npm run start
to start the ui on http://localhost:4200/
Run ng test
to execute the unit tests via Karma.
Make sure the backend server is running.
Run npm run test
to execute the end-to-end tests in chrome.
Run npm run test:open
to view the end-to-end tests.