Categorygithub.com/bit-web24/DTMS
modulepackage
0.0.0-20241124093619-3eb2a144f519
Repository: https://github.com/bit-web24/dtms.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author