@@ -16,7 +16,7 @@ The application also helps to find available agents that have previous experienc
## About project
Technologies: Java 11, Spring boot, Maven, H2 database.
Technologies: Java 11, Spring boot, Maven, H2 database, npm (Angular)
Developers:
...
...
@@ -38,6 +38,10 @@ Run `mvn spring-boot:run -pl secret-archive-app`
There is h2 console is available at http://localhost:8080/pa165/h2-console, User Name: admin, Password: admin, JDBC URL: `jdbc:h2:mem:testdb`
### Frontend:
In `frontend/` directory
enter `npm start`. You may have to install it by your favorite package manager. The service will be available at [http://localhost:4200/](http://localhost:4200/).
## Mockups
Mockups for the front-end can be found on [Figma](https://www.figma.com/file/yUpJKdy6L7QizvD93FMqEX/Secret-Archive).