The only Backend you'll ever need. Written in NodeJS, works with any stack
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
- 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
- NodeJS > 14 or Docker
- A running Conduit instance
- Desire to create something awesome
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)