https://github.com/lovesaroha/ltasks
A personal task management app.
https://github.com/lovesaroha/ltasks
drag-and-drop golang html javascript mongodb task-management
Last synced: 11 months ago
JSON representation
A personal task management app.
- Host: GitHub
- URL: https://github.com/lovesaroha/ltasks
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-16T10:54:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T12:52:16.000Z (about 4 years ago)
- Last Synced: 2025-01-12T19:23:34.418Z (about 1 year ago)
- Topics: drag-and-drop, golang, html, javascript, mongodb, task-management
- Language: JavaScript
- Homepage: https://ltasks.lovesaroha.com
- Size: 486 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lTasks
A personal task management app.
Demo [ltasks.lovesaroha](https://ltasks.lovesaroha.com)
## Features
- Create and update project, tasks, lists.
- Project tags.
- See logs.
- Set project and task deadlines.
- Change project views.
- Drag and drop tasks.
## Requirements
- Go 1.9 or higher. We aim to support the 3 latest versions of Go.
- Go Mongo Driver.
## Packages
Simple install the package to your [$GOPATH](https://github.com/golang/go/wiki/GOPATH "GOPATH") with the [go tool](https://golang.org/cmd/go/ "go command") from shell:
```bash
go get -u "go.mongodb.org/mongo-driver/mongo"
```
Make sure [Git is installed](https://git-scm.com/downloads) on your machine and in your system's `PATH`.
## Usage
```bash
go run main.go
```

---
