generator-node-api-boilerplate
v1.0.0
Published
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
Downloads
7
Maintainers
Readme
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 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