express-restapi-es6

2.0.0 • Public • Published

Express Logo

Custom structure to build an REST API using Express.js

Build Status Packagist

Demo

Installation

$ npm install -g express-restapi-es6

Quick Start

Create the app:

$ express-restapi-es6 yournameapp

Install dependencies:

cd yournameapp
$ npm install

Start your app at http://localhost:3000/api/value

$ npm start

Development mode (Nodemon)

$ npm run dev

Run test

$ npm run test

Used modules

License

MIT

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i express-restapi-es6

    Weekly Downloads

    15

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    42.5 kB

    Total Files

    20

    Last publish

    Collaborators

    • jmbl1685