Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)