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: 12 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T06:30:33.000Z (about 4 years ago)
- Last Synced: 2025-05-28T14:03:07.372Z (about 1 year ago)
- Topics: clean-architecture, go, golang, graphql, graphql-server, unit-testing
- Language: Go
- Size: 126 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Gorengan
[](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