GO-TASK-MGR

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2022 License: MIT

README

GO-TASK-MGR

A bog standard fancy to-do list written in Go & Typescript

Quickstart (Linux/MacOS/Windows)

Please find your compiled binaries in the repository's Releases section Once, downloaded you may run the binaries & open http://localhost:8081 to check the web UI

Docker quickstart
mkdir data
docker run -p 8081:8081 -v ./data:/root/.config/GO-TASK-MGR -d pacholoamit/go-task-mgr:latest
Docker-compose quickstart
mkdir GO-TASK-MGR
cd GO-TASK-MGR
curl https://raw.githubusercontent.com/pacholoamit/GO-TASK-MGR/master/docker-compose.yml >> docker-compose.yml
docker-compose up -d

Optionally, if you'd want to create your own docker-compose.yml file...

# docker-compose.yml
---
version: "3.0"

services:
  task-mgr:
    container_name: GO-TASK-MGR
    image: pacholoamit/go-task-mgr:latest
    environment:
      PORT: 8081 # Optional: Default is 8081, sets the server port of the container.
    volumes:
      - ./data:/root/.config/GO-TASK-MGR
    ports:
      - 8081:8081

Then run

docker-compose up -d

Directories

Path Synopsis
internal
dto
pkg
log
Package log provides context-aware and structured logging capabilities.
Package log provides context-aware and structured logging capabilities.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL