Skip to content

n3n/device-donation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X Admin

deploy

This project is an open-source, low-code framework to create internal admin tools for governance use cases.


Features

The following features are present out of the box:

  • Authentication and Authorization using Next-Auth and FusionAuth
  • Data collection through ODK (WIP)
  • REST API on collected data through Loopback
  • GraphQL API on collected data through Hasura
  • Admin console to view (sort/filter), update and delete data through Next.js + React-Admin
  • Customize admin theme through tenants (WIP)
  • Role-based access control on the frontend and API layer via Hasura and React-Admin
  • Metabase to visualise collected data inside Postgres (WIP)

All of the parts are unbundled and can be extended to meet any standard (or non-standard) requirements.

Developer Installation

  • In the root directory:
    docker-compose up -d --build \
    cd portal \
    npm run dev
  • Navigate to localhost:3000 to view the admin console running

About

X-Admin framework bootstrapped for a device donation platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 44.0%
  • JavaScript 43.6%
  • CSS 5.4%
  • HTML 5.1%
  • Dockerfile 1.9%