Create Node.JS API without initial configurations
If something don't work, please open a issue: new issue
Install CLI:
$ npm i -g create-node-server
$ create-node-server
$ 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)
The CLI will create the project with the template you chose and the name you entered, then install all the initial packages.