1.1.0 • Published 7 years ago

generator-node-rest-api v1.1.0

Weekly downloads
28
License
-
Repository
github
Last release
7 years ago

generator-node-rest-api NPM version Build Status

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

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.1.3

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago