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
- Host: GitHub
- URL: https://github.com/ryym/goq-bookmark
- Owner: ryym
- Created: 2018-02-24T08:31:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T09:24:48.000Z (about 3 years ago)
- Last Synced: 2025-01-17T15:46:55.690Z (4 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/goqTo 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
```