generator-node-api-boilerplate

1.0.0 • Public • Published

generator-node-api-boilerplate

NPM version Codacy Badge Documentation Status Build Status

Boilerplate and tooling for authoring data API backends with Node.js, JWT and MongoDB. It is best suited for developing a es6 API endpoint as a standalone (micro)service (demo), backing up web front-ends and/or mobile apps.

Installation

First, install Yeoman and generator-node-api-boilerplate using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-node-api-boilerplate

Then generate your new project:

yo node-api-boilerplate

Usage Document

learn more about the generator

API Document

After app installation run your application using npm start and load it browser. There you can see the API doc.

Getting To Know Yeoman

Feel free to learn more about Yeoman.

License

Apache-2.0 © Arun Nattarayan

Package Sidebar

Install

npm i generator-node-api-boilerplate

Weekly Downloads

13

Version

1.0.0

License

Apache-2.0

Unpacked Size

71.3 kB

Total Files

63

Last publish

Collaborators

  • arunnattarayan