Skip to content

matrix2305/kanban-matrix

Repository files navigation

KANBAN MATRIX 2305

Application for management tasks and your business

*** NOTE: Application can run only on linux OS ***

Instructions to run application:

1. Install docker and docker-compose on your machine if you don't have installed
2. First run ./setup.sh script
3. Than run ./prepare-db.sh to create database and populate db with seeds

You can log in with users from seed (use username or email), password for all users are "matrix12345!"

[
  {
    "id": 1,
    "name": "John Smith",
    "email": "[email protected]",
    "avatar_url": "https://i.pravatar.cc/150?u=1"
  },
  {
    "id": 2,
    "name": "Emma Watson",
    "email": "[email protected]",
    "avatar_url": "https://i.pravatar.cc/150?u=2"
  },
  {
    "id": 3,
    "name": "Michael Johnson",
    "email": "[email protected]",
    "avatar_url": "https://i.pravatar.cc/150?u=3"
  },
  {
    "id": 4,
    "name": "Emily Brown",
    "email": "[email protected]",
    "avatar_url": "https://i.pravatar.cc/150?u=4"
  }
]

Project addresses

Front end application - http://localhost:9904
Rest api application - http://localhost:9900

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published