Code Monkey home page Code Monkey logo

graphql-tut's Introduction

Learning GraphQL

This repository exists for anyone who wants to have a basic GraphQL project as a guide for learning purposes. The backend uses ExpressJs with GraphQl for and React.js to serve its purposes.

I do have to state the fact that this project consists of both the backend and the frontend (yes, I am aware that it should not be done for a lot of reasons but this was not a production level thing anyways and no, I am not a crazy person).

NOTE: I used the publically available tutorial series of GraphQL by Academind on YouTube

Setting up

This is pretty obvious but for just as a refresher

npm install // in project root for installing dependencies for the backend
cd frontend
npm install // to install dependencies for frontend

Starting the services

npm start // backend should start on port 8000
cd frontend
npm start // frontend should start on port 3000

Future Plans

  • I hope to add Apollo Sever and Client pretty soon which should help speed up the entire thing
  • The project also uses DataLoader but it has mixed feelings from the entire developer community, do that might be removed

graphql-tut's People

Contributors

nikhilraj1997 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.