MahendraSv / girls-who-javascript

Starter kit for beginners for creating an app with GraphQL, Apollo and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to GraphQL Demo

A demo given at Girls Who Javascript Meetup#8 to kick start creating an app with React, Apollo and GraphQL.

Screenshot

Features

This project gives an overview of all meetups organised by Girls Who Javascript

  • View list of all meetups
  • View details of each meetup
  • View list of speakers and its meetup
  • Add a new meetup and associated speaker

How to use

# Clone this repository
$ git clone https://github.com/pragyajha/girls-who-javascript.git

# Go into the repository
$ cd girls-who-javascript

# Go into server
$ cd server

# Install dependencies
$ npm install

# Run the graphQL server
$ npm start

# Go into client
$ cd client

# Install dependencies
$ npm install

# Run the App
$ npm start

Tech/Framework used

A project overview and tech stacks used.

Walking the graph

This depicts traversal of graphQL schemas in this project.

REST API endpoints example

This is what we set to avoid, having multiple api calls contacting through our frontend application.

About

Starter kit for beginners for creating an app with GraphQL, Apollo and React.


Languages

Language:JavaScript 84.0%Language:HTML 9.1%Language:CSS 6.9%