Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musobarlab/gorengan
Golang's GraphQL Server Starter Kit
https://github.com/musobarlab/gorengan
clean-architecture go golang graphql graphql-server unit-testing
Last synced: 6 days ago
JSON representation
Golang's GraphQL Server Starter Kit
- Host: GitHub
- URL: https://github.com/musobarlab/gorengan
- Owner: musobarlab
- License: mit
- Created: 2019-03-26T00:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T06:30:33.000Z (over 2 years ago)
- Last Synced: 2024-06-20T13:33:19.208Z (5 months ago)
- Topics: clean-architecture, go, golang, graphql, graphql-server, unit-testing
- Language: Go
- Size: 126 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Gorengan
[![Gorengan CI](https://github.com/musobarlab/gorengan/actions/workflows/ci.yml/badge.svg)](https://github.com/musobarlab/gorengan/actions/workflows/ci.yml)
Golang GraphQL Server Starter Kit
### Getting Started
- Clone Repository
```shell
$ git clone https://github.com/musobarlab/gorengan.git
```- Start database using `docker compose`
```shell
$ docker-compose up
```
- Build binary
```shell
$ go build
```
- Run
```shell
$ ./gorengan
```### Unit test
```shell
$ make test
```### API Documentation
open https://github.com/musobarlab/gorengan/blob/master/ENDPOINT.md
### Author
Wuriyanto https://github.com/wuriyanto48