Skip to content

ConduitPlatform/Conduit-UI

Repository files navigation


logo
The only Backend you'll ever need. Written in NodeJS, works with any stack

CodeFactor GitHub release (latest SemVer) GitHub GitHub commit activity

Conduit Admin Panel

This repository contains the Conduit admin panel that serves as your base of operations when working with Conduit.

Check out our docs here: Documentation
Wanna see what come next: Roadmap
Help us make Conduit great: Contribute
Learn more: Website

Features ✔️

  • Create and manage users and authentication methods
  • Create schemas, view and manipulate data, create custom endpoints/queries
  • Manage you e-mail provider connections and templates

Requirements ⚡

  • NodeJS > 14 or Docker
  • A running Conduit instance
  • Desire to create something awesome

Quickstart

This script uses docker compose to spin up some basic modules for you to test.

yarn install && npx lerna run build 
cd ./apps/Conduit-UI && yarn start 

Open http://localhost:8080 to check the admin panel (username:admin, password: admin)