backapijh
v0.5.3
Published
Judahh BACK API project
Downloads
67
Readme
backApi
System:
backApi:
An API framework
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 13 or higher is required.
If this is a brand new project, make sure to create a package.json
first with
the npm init
command or
yarn init
command.
Installation is done using the
npm install
command
or yarn add
command:
$ npm install simple-api-ts
or
$ yarn add simple-api-ts
Features
- Ready to use API design pattern
Example
Tests
To run the test suite, first install the dependencies, then run npm test
:
$ npm install
$ npm test
or yarn test
:
$ yarn
$ yarn test
People
The original author of BackAPI is Judah Lima