https://github.com/agungdwiprasetyo/agungdpcms
Backend for my cms powered by GraphQL and Websocket
https://github.com/agungdwiprasetyo/agungdpcms
api-server clean-architecture golang graphql json-schema orm tdd websocket
Last synced: about 1 month ago
JSON representation
Backend for my cms powered by GraphQL and Websocket
- Host: GitHub
- URL: https://github.com/agungdwiprasetyo/agungdpcms
- Owner: agungdwiprasetyo
- Created: 2019-04-06T11:58:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T23:47:16.000Z (over 5 years ago)
- Last Synced: 2025-04-14T16:16:47.554Z (about 1 month ago)
- Topics: api-server, clean-architecture, golang, graphql, json-schema, orm, tdd, websocket
- Language: Go
- Homepage: https://api.agungdwiprasetyo.com/cms
- Size: 207 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend service powered by GraphQL
[](https://travis-ci.org/agungdwiprasetyo/agungdpcms)
[](https://codecov.io/gh/agungdwiprasetyo/agungdpcms)
[](https://golang.org/doc/devel/release.html#go1.11)
![]()
## My CMS Service
![]()
![]()
### Use
* Install latest Golang```sh
$ brew install golang
```* Build
```sh
$ make build
```* Run unit test
```sh
$ make test
```* Dockerize
```sh
$ make docker
```Open voyager -> https://api.agungdwiprasetyo.com/cms/voyager