Skip to content
/ okr Public
forked from puzzle/okr

Open source OKR application

License

Notifications You must be signed in to change notification settings

gobeli/okr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"
  }
}

About

Open source OKR application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.1%
  • TypeScript 31.5%
  • HTML 4.5%
  • SCSS 1.9%