Contentful Graph Web screenshot

Contentful Graph Web

Author Avatar Theme by Lotas
Updated: 14 Aug 2021
34 Stars

Simple web interface to contentful-graph

Categories

Overview:

The contentful-graph-web is a simple web application that utilizes the contentful-graph library to display a graph of Contentful models. It allows users to visualize and understand the relationships between different models in a Contentful space. This web app makes it easier for developers and content creators to navigate and manage their Contentful content.

Features:

  • Graph visualization: The app provides a visually appealing graph representation of the Contentful models, making it easier to comprehend the relationships between different models.
  • Contentful integration: It seamlessly integrates with the Contentful API to fetch and retrieve data, ensuring that the graph reflects the most up-to-date information from the Contentful space.
  • Interactive interface: Users can interact with the graph by zooming in/out and panning to explore the relationships between models more effectively.
  • Containerization with Docker: The app utilizes Docker to create a container that encapsulates the dependencies, making it easier to deploy and run the application with minimal setup required.

Installation:

To install and run the contentful-graph-web app, follow these steps:

  1. Make sure you have Docker installed on your machine.

  2. Clone the contentful-graph-web repository from GitHub.

  3. Navigate to the root folder of the cloned repository.

  4. Build the Docker image by running the following command in your terminal:

    docker build -t contentful-graph-web .
    
  5. Once the image is built, run the Docker container using the following command:

    docker run -p 3000:3000 contentful-graph-web
    
  6. Open a web browser and go to http://localhost:3000 to access the contentful-graph-web app.

Summary:

The contentful-graph-web app is a useful tool for developers and content creators who work with Contentful. By providing a visual graph representation of Contentful models, it helps users understand the relationships between different models more easily. With its seamless Contentful integration and interactive interface, this app simplifies the navigation and management of Contentful content. Additionally, its containerization with Docker ensures smooth deployment and easy setup for running the application.