https://github.com/bmf-san/gobel-client-example
Gobel is a headless cms built with golang.
https://github.com/bmf-san/gobel-client-example
docker docker-compose gobel gobel-api gobel-client golang headless-cms mvc rest-api
Last synced: 5 months ago
JSON representation
Gobel is a headless cms built with golang.
- Host: GitHub
- URL: https://github.com/bmf-san/gobel-client-example
- Owner: bmf-san
- License: mit
- Created: 2020-01-26T14:06:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T02:54:23.000Z (about 2 years ago)
- Last Synced: 2025-02-12T18:59:40.567Z (over 1 year ago)
- Topics: docker, docker-compose, gobel, gobel-api, gobel-client, golang, headless-cms, mvc, rest-api
- Language: Go
- Homepage:
- Size: 142 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gobel-client-example
[](https://github.com/bmf-san/gobel-client-example/blob/master/LICENSE)
[](https://circleci.com/gh/bmf-san/gobel-client-example)
Gobel is a headless cms built with golang.
This is an example for client application of gobel.
# gobel
- [bmf-tech-client](https://github.com/bmf-san/bmf-tech-client)
- [gobel-api](https://github.com/bmf-san/gobel-api)
- [gobel-admin-client-example](https://github.com/bmf-san/gobel-admin-client-example)
- [gobel-client-example](https://github.com/bmf-san/gobel-client-example)
- [gobel-example](https://github.com/bmf-san/gobel-example)
- [gobel-ops-example](https://github.com/bmf-san/gobel-ops-example)
- [migrate-rubel-to-gobel](https://github.com/bmf-san/migrate-rubel-to-gobel)
# Dockerhub
[bmfsan/gobel-client-example](https://hub.docker.com/r/bmfsan/gobel-client-example)
# Get started
Before you start, you need to clone [gobel-api](https://github.com/bmf-san/gobel-api).
## Edit an env file
```
cp .env_example .env
```
## Edit a host file
```
127.0.0.1 gobel-client-example.local
```
## Build containers
```
make docker-compose-build
```
## Run containers
```
make docker-compose-up
```
or
```
make docker-compose-up-d
```
Then go to `gobel-client-example.local:81`
# Contributing
We welcome your issue or pull request from everyone.
Please make sure to read the [CONTRIBUTING.md](https://github.com/bmf-san/gobel-client-example/.github/CONTRIBUTING.md).
# License
This project is licensed under the terms of the MIT license.
# Author
bmf - Software engineer.
- [github - bmf-san/bmf-san](https://github.com/bmf-san/bmf-san)
- [twitter - @bmf-san](https://twitter.com/bmf_san)
- [blog - gobel-client-example](http://gobel-client-example.com/)