https://github.com/mbertschler/bunny
Bunny is a simple and modern project management tool for teams.
https://github.com/mbertschler/bunny
bunny collaboration go project-management projects tasks team
Last synced: 6 months ago
JSON representation
Bunny is a simple and modern project management tool for teams.
- Host: GitHub
- URL: https://github.com/mbertschler/bunny
- Owner: mbertschler
- License: apache-2.0
- Created: 2017-04-25T20:18:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T22:08:00.000Z (over 8 years ago)
- Last Synced: 2024-06-20T02:07:40.518Z (about 2 years ago)
- Topics: bunny, collaboration, go, project-management, projects, tasks, team
- Language: Go
- Size: 91.8 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bunny work management tool
==========================
[](https://travis-ci.org/mbertschler/bunny)
[](https://godoc.org/github.com/mbertschler/bunny)

[](https://goreportcard.com/report/github.com/mbertschler/bunny)
Bunny will be a simple and modern work management tool for individuals
and teams. It is not usable yet.
Why another work management tool?
---------------------------------
Bunny is an experimental project with the goal of creating a simple and
efficient work management tool.
Building
--------
#### Requirements
- Go and dep
- Node.js and yarn
```bash
# get JS and CSS dependencies
cd js
yarn install
# build bunny
cd ..
dep ensure
go install github.com/mbertschler/bunny
```
### Build the Docker image
Yarn and dep have to be run on the host before starting the Docker
build process.
```bash
docker build -t mbertschler/bunny:alpha-1 .
```
Running
-------
### Using Docker
```bash
docker run -p 3080:3080 mbertschler/bunny:alpha-1
```
License
-------
Bunny is released under the Apache 2.0 license. See [LICENSE](LICENSE).
--------------
Created by Martin Bertschler `@mbertschler` in 2018.