Skip to content

bit-web24/DTMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTMS - Distributed Task Management System

compile .proto files

make

services/user/.env

DB_HOST=localhost
DB_USER=bittu
DB_PASSWORD=bittu
DB_NAME=users
DB_PORT=5432
DB_SSLMODE=disable
DB_TIME_ZONE=UTC

services/task/.env

DB_HOST=localhost
DB_USER=bittu
DB_PASSWORD=bittu
DB_NAME=tasks
DB_PORT=5432
DB_SSLMODE=disable
DB_TIME_ZONE=UTC

To start the server

sudo docker-compose up --build

To stop the server

sudo dokcer-compose down

Design

Main Interface (For Admin)

Screenshot from 2024-08-04 14-48-18

Add task window

Screenshot from 2024-08-04 14-50-25

Main Interface (Workers)

Screenshot from 2024-08-04 14-52-41

About

Distributed Task Management System

Topics

Resources

Stars

Watchers

Forks