An open API service indexing awesome lists of open source software.

https://github.com/ryym/goq-bookmark

Sample web application using Goq
https://github.com/ryym/goq-bookmark

Last synced: about 2 months ago
JSON representation

Sample web application using Goq

Awesome Lists containing this project

README

        

# Goq Bookmark

This is a sample web application built on [Echo][go-echo] and [Goq][go-goq].

[go-echo]: https://echo.labstack.com/
[go-goq]: https://github.com/ryym/goq

To start application:

```shell
go get -u github.com/ryym/goq-bookmark
cd $GOPATH/src/github.com/ryym/goq-bookmark
docker-compose up -d --build
go run *.go
```