Skip to content

zdsantos/graphql-node-api

Repository files navigation

GraphQL Node Api

A project for study purpose, following steps of "Criando API's com Nodejs, GraphQL, JWT e Sequelize" course from Udemy.

Setup

  1. Set following environment variables:

    • JWT_SECRET
  2. Copy repository then run in terminal

npm install

Run

  1. In terminal run:
npm run gulp
  1. In another terminal run:
npm run dev
  1. Open http://localhost:3000/graphql in your browser

About

A node API using GraphQL for study purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published