Skip to content

Power Rest is a small framework build above express to provide system to make REST API.

License

Notifications You must be signed in to change notification settings

stombre/PoweRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoweRest NPM version Build Status Dependency Status

Framework for building REST API with Express

Installation

$ npm install --save powerest

Usage

const powerest = require('powerest');
const express = require('express');

const app = express();

app.listen(8080);

License

MIT © Guillaume DAIX

About

Power Rest is a small framework build above express to provide system to make REST API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published