2.0.0 • Published 5 years ago

express-restapi-es6 v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

2.0.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.0

6 years ago