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

https://github.com/conduitplatform/conduit-ui


https://github.com/conduitplatform/conduit-ui

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          




logo


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

[![CodeFactor](https://www.codefactor.io/repository/github/conduitplatform/conduit-ui/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/conduitplatform/conduit-ui)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ConduitPlatform/Conduit-UI?color=green&sort=semver&style=for-the-badge)
![GitHub](https://img.shields.io/github/license/ConduitPlatform/Conduit-UI?style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ConduitPlatform/Conduit-UI?style=for-the-badge)

# 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](https://getconduit.dev/docs/overview/intro)\
Wanna see what come next: [Roadmap](https://sharing.clickup.com/1554325/b/h/1fdwn-7561/8b09d2e9aedec0b)\
Help us make Conduit great: [Contribute](https://github.com/ConduitPlatform/Conduit/blob/main/.github/CONTRIBUTING.md)\
Learn more: [Website](https://getconduit.dev)

# 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)