New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

graphfront-ui

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphfront-ui

An admin interface for your database with a GraphQL API.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

graphfront-ui

An admin interface for your database with a GraphQL API.

This is a work-in-progress project. It requires a super recent version of Node.js and using it in production is not recommended.

npm version

Getting Started

An overview of GraphQL in general is available in the README for the Specification for GraphQL.

Using graphfront-ui

Install graphfront-ui from npm

npm install --save graphfront-ui

graphfront-ui provides an admin interface for your database.

First, mount the server url endpoints with:

import graphfrontRouter from 'graphfront-ui/server';

app.use('/', graphfrontRouter({ path: 'dashboard' }));

Then, in a view template at /dashboard, render a React application using:

import reactApp from 'graphfront-ui/client';

reactApp('mountNodeId');

mountNodeId has to exist in the template's HTML

The server code expects the user to be logged in and it expects access to the database structure at db.sql

Contributing

We actively welcome pull requests, learn how to contribute.

Changelog

Changes are tracked as Github releases.

License

graphfront-ui is MIT licensed.

Keywords

GraphQL

FAQs

Package last updated on 25 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts