Skip to content

conradoramalho/create-node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create Node.JS API without initial configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published