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 taskbook-compose/ directory.

    $ docker compose up -d
    

    Verify services being up and running.

    $ docker compose ps
    
  3. Browse gateway at http://localhost:26162.

  4. Log in with default user credentials.

    username: admin@example.com
    password: admin