onerciller / nodejs-graphql-apollo

API service that considerably strengthened by Graphql, Nodejs and Sequelize ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGA

About

The API service is built with Nodejs, Graphql and latest stable versions of other npm packages.

Getting started

Development

  • Install npm modules:

    yarn install
    
  • Create database migration

    yarn db:migrate
    
  • Create database seed

    yarn db:seed
    
  • Start server watch

    yarn watch
    

About

API service that considerably strengthened by Graphql, Nodejs and Sequelize ORM


Languages

Language:JavaScript 99.7%Language:Dockerfile 0.3%