Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lotas/contentful-graph-web
Simple web interface to contentful-graph
https://github.com/lotas/contentful-graph-web
contentful docker graphviz-dot graphviz-dot-language nextjs react
Last synced: 25 days ago
JSON representation
Simple web interface to contentful-graph
- Host: GitHub
- URL: https://github.com/lotas/contentful-graph-web
- Owner: lotas
- Created: 2017-09-06T17:41:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:28:16.000Z (over 1 year ago)
- Last Synced: 2024-10-01T03:24:06.772Z (about 1 month ago)
- Topics: contentful, docker, graphviz-dot, graphviz-dot-language, nextjs, react
- Language: JavaScript
- Homepage: https://contentful-graph.yaraslav.com/
- Size: 4.24 MB
- Stars: 33
- Watchers: 4
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# contentful-graph-web
Simple web app utilizing [contentful-graph](https://github.com/lotas/contentful-graph) library to display graph of contentful models
# Docker
Because of the `graphviz` dependency it is better to run in container
```
docker run -it --rm -p 3000:3000 lotas/contentful-graph-web# or
make run
```# Demo
![demo](./0PdNZbzP1t.gif)