sadra / NodeJsGraphQLServer

Just a NodeJS GraphQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS GraphQL Event Booking API

Just an excersing to build a GraphQL API (with Node.js).

Usage

Choose the right branch in this repository to get the code for the different parts of the series.

Install all dependencies

npm install

Clone .env.example to .env and fill the environments as your desire.

Run the server

npm start

GraphQL API GUI

http://localhost:PORT/graphql

About

Just a NodeJS GraphQL Server


Languages

Language:JavaScript 99.0%Language:Shell 1.0%