bookmarks
Personal zero-touch bookmarking app in the cloud, with full text search support.

Installation
First clone this git repository:
$ git clone https://github.com/nrocco/bookmarks.git
Then compile
$ make
Now you can run bookmarks server:
$ build/bookmarks-darwin-amd64
Usage
Alernatively you can use the docker container:
$ docker run -p 3000:3000 nrocco/bookmarks
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
)
- Commit your changes (
git commit -am 'Add some feature'
)
- Make sure that tests pass (
make test
)
- Push to the branch (
git push origin my-new-feature
)
- Create new Pull Request
Contributors