4.0.0 • Published 3 years ago

@rebelstack-io/expressif v4.0.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
3 years ago

expressif

Node.js CI

expressif is an opinionated MCR wrapper and bootstrap for the express framework that vastly simplifies creating self-documenting JSON RESTful web services based on JWT and PostgresSQL.

The request flow goes through authorize -> validate request structure -> validate request parameters -> controller middleware -> response.

Service Request Flow

Features

  • Basic template for JSON Rest APIs.
  • self-documenting JSON RESTful API.
  • Basic Wrappers for (M)odels, (C)ontrollers and (R)outers.
  • Custom API.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 8 or higher is required.

$ npm install @rebelstack/expressif

Docs & Community

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test
4.0.0

3 years ago

3.4.2

4 years ago

3.4.1

5 years ago

3.4.0

5 years ago

3.3.8

5 years ago

3.3.7

5 years ago

3.3.6

5 years ago

3.3.4

5 years ago

3.1.3-beta

5 years ago

3.1.2-beta

5 years ago

3.0.1-beta

5 years ago

3.0.0-beta

5 years ago

2.3.0-beta

5 years ago

2.2.0-beta

5 years ago