kagai / Some

simple graphql server and client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sovTech

Simple graphQL server and a corresponding react front end that consumes the API using Apollo.

setup

We have two folders in this project the client(Has the react client) and the server(Has the graphQL API)

clone the repositories 

cd into each folder and run npm install to install the packages 

run the projects

cd into the server folder and run npm run start from the root of the server folder.

cd into the root of the client folder and run npm start.

About

simple graphql server and client


Languages

Language:JavaScript 77.2%Language:TypeScript 22.8%