0.2.5 • Published 12 months ago

exposerjs v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

ExposerJS

API Generator Framework

Documentation 🔗

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});
0.2.5

12 months ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago