Skip to content

10layer/edji

Repository files navigation

EDJI

EDJI (pronouced Edgy) is a complete back-end system that makes it quick to itterate new features and fuctionality. It features access control, permissioning, business logic, and a RESTful API out of the box. It is built on top of JXP.

Features

  • Takes care of the plumbing, like authentication and password encryption
  • Get all the data you need with smart link population
  • Search, sort, filter, populate... all on the url
  • Get just the data you need with field selection
  • Super-fast and easy to add and change models
  • An obvious and standard API interface
  • CSV output to quickly grab your data
  • Permissioning and groups baked in
  • Ability to handle business logic
  • Simple to deploy
  • Lightning-fast
  • Logging, done
  • Stateless

Quick Start

docker-compose up -d

Documentation

Installing from source

npm i --legacy-peer-deps