Thanks to visit codestin.com
Credit goes to github.com

Skip to content

codingmaven/nodejs-api-starter

 
 

Repository files navigation

generator-nodejs-api NPM version Build Status Dependency Status Coverage percentage

Yeoman generator based on Node.js API Starter Kit — boilerplate and tooling for authoring data API backends with Docker, Node.js, JavaScript (ES2017+ via Babel), PostgreSQL and GraphQL.

Installation

First, install Yeoman and generator-nodejs-api using npm (we assume you have pre-installed Node.js 7+).

npm install -g yo
npm install -g generator-nodejs-api

Then generate your new project:

mkdir example-api
cd example-api
yo nodejs-api
cp .env.example .env

Then you can launch your data API server by running docker-compose up.

For more information visit https://github.com/kriasoft/nodejs-api-starter

Contributing

Anyone and everyone is welcome to contribute. Start by checking out the list of open issues marked help wanted. However, if you decide to get involved, please take a moment to review the guidelines.

Books and Tutorials

Docker in Action You Don't Know JS JavaScript Ninja Effective JavaScript NodeSchool.io

Related Projects

Support

License

Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.


Made with ♥ by Konstantin Tarkus (@koistya) and contributors

About

Boilerplate and tooling for authoring data API backends with Node.js and GraphQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • Shell 2.1%