Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/darkoiv/Kanban

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/darkoiv/Kanban

  • v0.0.0-20210916001619-a0935a687c0e
  • Source
  • Go
  • Socket score

Version published
Created
Source

Kanban

Basic kanban board web-app.


Creating new board and lists Creating-Board

Moving, editing and creating tasks. Task

Deleting tasks and lists Deleting


Build binary

Make sure you have installed go 1.16+ and npm 7.20+

# Clone
git clone https://github.com/DarkoiV/Kanban.git
cd Kanban

# Build binary, Vue page and create .env file
./create.sh

# Run server (by default runs on port 9000)
cd build/latest
./server

Each build will create new folder!


Build docker

# Clone
git clone https://github.com/DarkoiV/Kanban.git
cd Kanban

# Create .env
./setupenv.sh

# Run docker-compose
docker-compose up

FAQs

Package last updated on 16 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc