Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gentics/mesh-go-example
Gentics Mesh Go Example
https://github.com/gentics/mesh-go-example
gentics-mesh go golang
Last synced: 4 days ago
JSON representation
Gentics Mesh Go Example
- Host: GitHub
- URL: https://github.com/gentics/mesh-go-example
- Owner: gentics
- Created: 2017-01-24T10:16:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T09:47:15.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T12:17:02.777Z (about 2 months ago)
- Topics: gentics-mesh, go, golang
- Language: HTML
- Homepage: https://getmesh.io/Blog/How%20to%20build%20a%20website%20with%20Go%20and%20API-first%20CMS%20Gentics%20Mesh
- Size: 104 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gentics Mesh Go Example
This example combines Gentics Mesh with Golang. It uses [GJSON](https://github.com/tidwall/gjson) to easily access arbitrary JSON values and a litte bit of the [Gorilla toolkit](http://www.gorillatoolkit.org/) for HTTP routing and logging.
## Download and setup
Make sure you have go [installed and set up](https://golang.org/doc/install).```
# Download example and change to directory
go get github.com/gentics/mesh-go-example# Download Gentics Mesh from http://getmesh.io/Download and start it in another terminal
java -jar mesh-demo-0.9.xx.jar
```## Running the example
```
# Change to repository directory
cd $GOPATH/src/github.com/gentics/mesh-go-example# Start the example and point your Browser to http://localhost:8081/
go run main.go
```