1.0.4 • Published 7 years ago

create-node-server v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

create-node-server

Create Node.JS API without initial configurations

If something don't work, please open a issue: new issue

Includes:

Node.js \ ESLint \ Babel

Prerequisites

Node.js

Getting Started

Installing

Install CLI:

$ npm i -g create-node-server

First project:

Run in terminal

$ create-node-server

Choose the template that you want:

$ Koa (Single API with Koa)
$ Koa-SQLServer (API with Koa and tedious to use with mssql)
$ Express-Graphql-Mongo (API with express, graphql and mongoose)

Enter the name of the project

The CLI will create the project with the template you chose and the name you entered, then install all the initial packages.

Built With

Node.js

Authors

Conrado Ramalho