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