exposerjs

0.2.6 • Public • Published

ExposerJS

API Generator Framework

ExposerJS logo

npm package node compatibility


ExposerJS is an API generator based on Express and Prisma. It deploys a route for each Prisma method. It also allows you to add custom methods and deploy them in a simple way, providing everything you need. It has the ability to use parameter validation (AJV), restriction checking (ACLs), and token validation (JsonWebToken).

Supported Frameworks: [Express] Supported ORMs: [Prisma]

Installation

$ npm i exposerjs

A quick look:

import { exposer } from "exposerjs";
import { PrismaClient } from "@prisma/client";
exposer.run({PrismaClient});

Readme

Keywords

none

Package Sidebar

Install

npm i exposerjs

Weekly Downloads

3

Version

0.2.6

License

MIT

Unpacked Size

22.9 kB

Total Files

27

Last publish

Collaborators

  • alex_mg