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

github.com/wasbazi/kanbanner

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/wasbazi/kanbanner

  • v0.0.0-20140909141218-6ae711c82356
  • Source
  • Go
  • Socket score

Version published
Created
Source

Kanbanner

This is my attempt at a simple and usable Kanban application

Dependencies

  • Go 1.3
  • MySQL server running

Installation

To install & run:

  godep restore
  go run kanbanner.go

This will setup the necessary tables in the MySQL database

API Endpoints

  • url: localhost:8090/stories, request: GET

    • returns an object with all stories from the db, where keys are states
  • url: localhost:8090/story/:id, request: GET

    • returns the story with :id from the db
  • url: localhost:8090/story/:id, request: POST

    • update the story with the passed along JSON object, updates all fields
  • url: localhost:8090/states, request: GET

    • returns an array of all states from the db

FAQs

Package last updated on 09 Sep 2014

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