Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T02:54:23.000Z (10 months ago)
- Last Synced: 2024-12-11T21:38:59.743Z (about 2 months 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
[![GitHub license](https://img.shields.io/github/license/bmf-san/gobel-client-example)](https://github.com/bmf-san/gobel-client-example/blob/master/LICENSE)
[![CircleCI](https://circleci.com/gh/bmf-san/gobel-client-example.svg?style=svg)](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/)