Skip to content

arbinish/go-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published