Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)