Taskbook

A simple issue-tracker application.

View the Project on GitHub malczuuu/taskbook

Taskbook

A simple issue-tracker application. Developed by Damian Malczewski as a project at Cracow University of Technology in 2019.

Table of Contents

Summary

The summary is written in Polish and was made for the purpose of documenting the project at college. It’s available here.

Technologies

Running full-stack solution on local machine

Running relies on Docker and Docker Compose.

  1. Build proper Docker images, according to the instructions in README.md files.

  2. 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.

  3. Browse gateway at http://localhost:26162.

  4. Log in with default user credentials.

    username: admin@example.com
    password: admin
    

Project repositories