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

Skip to content

💥 Yarn v2 based monorepo template (seed project) pre-configured with GraphQL API and PostgreSQL.

License

Notifications You must be signed in to change notification settings

starters/nodejs-api-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

This project is maintained with support from Hiring

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

And finally, 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

  • GraphQL.js — The JavaScript reference implementation for GraphQL
  • DataLoader — Batching and caching for GraphQL data access layer
  • React Starter Kit — Isomorphic web app boilerplate (React, Node.js, Babel, Webpack, CSS Modules)
  • React Static Boilerplate — Single-page application (SPA) starter kit (React, Redux, Webpack, Firebase)
  • Membership Database — SQL schema boilerplate for user accounts, profiles, roles, and auth claims

Support

  • #nodejs-api-starter on Gitter — Watch announcements, share ideas and feedback
  • GitHub Issues — Check open issues, send bug reports feature requests
  • @koistya on Codementor or [Skype][skype] — Private consulting and customization requests

License

Copyright © 2016-present Kriasoft. This source code is licensed under the MIT license found in the LICENSE.txt file.


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

About

💥 Yarn v2 based monorepo template (seed project) pre-configured with GraphQL API and PostgreSQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.1%
  • JavaScript 43.2%
  • Handlebars 0.7%