arbinish / go-bookmarks

A standalone bookmark / url shortening app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-bookmarks

A standalone bookmark / url shortening app.

Build

go build

Run

./go-bookmarks

Usage

via curl

Create a bookmark

curl -X POST http://0:4912/api/v1/create -d name=golang-getting-started -d tags=golang,tutorial -d url=https://gobyexample.com/

List all tags

curl http://0:4912/api/v1/tags

List tag by name

eg: list all bookmarks tagged golang

curl http://0:4912/api/v1/tags/golang

Roadmap

  1. CLI
  2. UI (standalone frontend in react or vue)

About

A standalone bookmark / url shortening app


Languages

Language:Go 99.2%Language:Makefile 0.8%