generator-node-rest-api

js
yeoman generator for creating node restful api using express and mongodb
Version 1.1.0
Keywords
yeoman-generator
INSTALL
Type:
<script type="module"> import generatorNodeRestApi from 'https://cdn.jsdelivr.net/npm/generator-node-rest-api@1.1.0/+esm' </script>
generator-node-rest-api

node rest api project template
Installation
First, install Yeoman and generator-node-rest-api using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-node-rest-api
Then generate your new project:
yo node-rest-api
Introduction
Node Rest Api
A simple template for building a node restful api service
Technology Stack
- nodejs
- express
- mongodb
- mocha
- swagger-doc
Project Introduction
- suppot ES6/ES7 features
- using ESlint followed Airbnb JavaScript Style Guide
- using swagger-doc to manage the document. Visualize document using Swagger UI.
For more information about the project: Document
License
© MIT