Skip to content

puzzle/okr

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f9967c · Feb 12, 2024
Jan 22, 2024
Dec 5, 2023
Feb 12, 2024
Jan 22, 2024
Feb 12, 2024
Dec 8, 2023
Oct 24, 2022
Nov 30, 2023
Feb 7, 2024
Dec 8, 2023
Jun 22, 2023

Repository files navigation

OKR-Tool

This is an open source application for managing OKRs, developed by the team of apprentices at Puzzle ITC.

This project contains two parts:

Frontend

Frontend description

Backend

Backend description

Docker

Start docker container in docker folder.

Path to folder from repository root cd docker

Type docker-compose up in terminal to start up the docker container, docker-compose down to shut the container down.

Users

All users

{
  "gl": {
    "username": "gl",
    "password": "gl",
    "name": "Jaya Norris"
  },
  "bl": {
    "username": "bl",
    "password": "bl",
    "name": "Esha Harris"
  },
  "bl-mob": {
    "username": "bl-mob",
    "password": "bl",
    "name": "BL Mobility"
  },
  "bl-mid": {
    "username": "bl-mid",
    "password": "bl",
    "name": "BL Mid"
  },
  "bl-sys": {
    "username": "bl-sys",
    "password": "bl",
    "name": "BL Sys"
  },
  "bl-ruby": {
    "username": "bl-ruby",
    "password": "bl",
    "name": "BL Ruby"
  },
  "bbt": {
    "username": "bbt",
    "password": "bbt",
    "name": "Ashleigh Russell"
  },
  "member": {
    "username": "member",
    "password": "member",
    "name": "Abraham Woodard"
  }
}