Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laisky/laisky-blog-graphql
graphql backend for laisky-blog
https://github.com/laisky/laisky-blog-graphql
Last synced: 17 days ago
JSON representation
graphql backend for laisky-blog
- Host: GitHub
- URL: https://github.com/laisky/laisky-blog-graphql
- Owner: Laisky
- License: mit
- Created: 2019-04-17T09:20:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T02:28:37.000Z (2 months ago)
- Last Synced: 2024-09-14T17:54:15.401Z (2 months ago)
- Language: Go
- Size: 750 KB
- Stars: 22
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laisky-blog-graphql
graphql backend for laisky-blog depends on gqlgen & gin.
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Go Report Card](https://goreportcard.com/badge/github.com/Laisky/laisky-blog-graphql)](https://goreportcard.com/report/github.com/Laisky/laisky-blog-graphql)
[![GoDoc](https://godoc.org/github.com/Laisky/laisky-blog-graphql?status.svg)](https://godoc.org/github.com/Laisky/laisky-blog-graphql)
[![Build Status](https://travis-ci.com/Laisky/laisky-blog-graphql.svg?branch=master)](https://travis-ci.com/Laisky/laisky-blog-graphql)
[![codecov](https://codecov.io/gh/Laisky/laisky-blog-graphql/branch/master/graph/badge.svg)](https://codecov.io/gh/Laisky/laisky-blog-graphql)Example:
介绍:
Run:
```sh
go generate
go run -race main.go \
--listen=127.0.0.1:8080 \
--config=./docs/settings.yml \
--debug
```Build:
```sh
docker build . -t ppcelery/laisky-blog-graphql:0.3.1
```