Skip to content

lhunyady/terminal

Repository files navigation

Java version: 17

Angular version: 18.2.2

Running the backend

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.

Running the backend tests

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.

Build the ui

Run npm install to install the project. Run npm run build to build the project.

Running the ui

Run npm run start to start the ui on http://localhost:4200/

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published