A simple issue-tracker application.
A simple issue-tracker application. Developed by Damian Malczewski as a project at Cracow University of Technology in 2019.
The summary is written in Polish and was made for the purpose of documenting the project at college. It’s available here.
Running relies on Docker and Docker Compose.
Build proper Docker images, according to the instructions in README.md
files.
Launch pre-configured environment from deployment/
directory.
$ docker-compose up -d
Verify services being up and running.
$ docker-compose ps
Note, that this would take a while and might require restart of some services, due to the
depends_on
setting being limited only to controlling the startup order, without proper
coordination.
Browse gateway at http://localhost:26162
.
Log in with default user credentials.
username: admin@example.com
password: admin
taskbook
, which holds backend application.taskbook-frontend
, which holds frontend application.