generator-node-api-boilerplate

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

Usage no npm install needed!

<script type="module">
  import generatorNodeApiBoilerplate from 'https://cdn.skypack.dev/generator-node-api-boilerplate';
</script>

README

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