https://github.com/batazor/go-bookmarks
Simple service for save link (tag, share and etc)
https://github.com/batazor/go-bookmarks
api bookmark go
Last synced: 8 months ago
JSON representation
Simple service for save link (tag, share and etc)
- Host: GitHub
- URL: https://github.com/batazor/go-bookmarks
- Owner: batazor
- License: mit
- Created: 2015-09-13T20:19:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T01:04:27.000Z (over 2 years ago)
- Last Synced: 2024-06-20T17:43:30.618Z (about 2 years ago)
- Topics: api, bookmark, go
- Language: Go
- Homepage: http://batazor.github.io/go-bookmarks/
- Size: 8.39 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# BookMarks
[](https://hub.docker.com/r/batazor/go-bookmarks/)
Simple service for saving link (tag, share and etc)
- [Docs](https://documenter.getpostman.com/view/95030/go-bookmarks/6n7Srf9)
### RUN
```
docker-compose build
docker-compose up
```
### ENV
| Name ENV | Default value |
|------------------|---------------------------|
| PORT | 4070 |
| MONGO_URL | localhost/bookmarks |
### technology stack
#### Back-End
* Go
* MongoDB
#### Library
+ [logrus](github.com/Sirupsen/logrus) - for logging
+ [chi](github.com/pressly/chi) - for routing
+ [glide](github.com/Masterminds/glide) - for vendoring
+ [prometheus](https://github.com/prometheus/client_golang) - for monitoring