https://github.com/dmitrymomot/go-test-task-management-tool
Task management tool
https://github.com/dmitrymomot/go-test-task-management-tool
Last synced: 3 months ago
JSON representation
Task management tool
- Host: GitHub
- URL: https://github.com/dmitrymomot/go-test-task-management-tool
- Owner: dmitrymomot
- License: mit
- Created: 2018-08-20T08:27:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T01:42:25.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T18:30:31.434Z (4 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task management tool
Personal task management tool
## Features
- Personal task management tool (task name, description, status, time added, time finished)
- Adding/changing/deleting tasks
- Mark tasks done## Usage
> _Pay attention, docker and docker-compose must be installed to use commands below._
>
> _All commands should be run in UNIX-like terminal._### Run Application
```shell
$ make run
```HTTP sever will be started on port **[:8080]** and available by url
### Stop And Remove Application
```shell
$ make stop
```### Restart Application
```shell
$ make restart
```