express-restapi-es6

Structure to build an REST API using Express.js

Usage no npm install needed!

<script type="module">
  import expressRestapiEs6 from 'https://cdn.skypack.dev/express-restapi-es6';
</script>

README

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