misikdmytro / task-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task-tracker

Description

This is a simple task tracker application. It allows you to create lists and tasks.

Hot to start (local)

Execute next commands to start application:

go mod download
go run ./cmd/app/main.go

Hot to start (docker)

Execute next commands to start application:

docker-compose up -d

About


Languages

Language:Go 90.6%Language:JavaScript 8.7%Language:Dockerfile 0.6%