Skip to content
/ jxp Public
forked from WorkSpaceMan/jxp

The easy, powerful, fully-featured REST API

License

Notifications You must be signed in to change notification settings

10layer/jxp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf1af89 · Feb 27, 2023
May 9, 2020
Feb 27, 2023
Jan 24, 2023
Feb 27, 2023
Feb 27, 2023
Dec 12, 2022
Jan 6, 2021
Jan 24, 2023
Feb 27, 2023
Nov 22, 2021
Mar 11, 2019
Mar 3, 2021
May 16, 2016
Nov 22, 2021
May 13, 2016
Dec 5, 2022
May 11, 2020
Nov 22, 2021
Jan 23, 2023
Feb 27, 2023
May 13, 2016

Repository files navigation

JXP

JXP is an opinionated RESTful API framework that lets you make an API just by defining models.

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

npm install -g jxp
jxp-setup my-app
cd my-ap
npm start

Documentation

Installing from source

npm i --legacy-peer-deps

About

The easy, powerful, fully-featured REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Pug 2.5%
  • Other 0.2%