agungTuanany / GraphQL-Bootcamp

Learn a basic concept for using GraphQL in real-world cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL-Bootcamp

Learn a basic concept for using GraphQL in real-world cases. from The Net Ninja youtuber channel, His explanatory is so grasp-full for the concept what are you writing on, why you writing the code and how you writing in convention way.

At last bootcamp, we make some basic project called a bookstore, with React, NodeJS, Express, GraphQL,

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

  1. Clone the repo
git clone https://github.com/agungTuanany/GraphQL-bootcamp.git
  1. Install pakcage.json file
cd server/
npm install or npm i

cd client/
npm install or npm i
  1. run npm or yarn manager in two different terminal
// 1. for express
cd server/
npm run dev or yarn dev

// 2. for React
cd client/
yarn start or npm run develop or npm start

  1. Explore
Enjoy

Built With

  • React
  • Apollo
  • Node.js
  • Express
  • Graphql
  • MongoDB | Using mlab

plugin

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

@iamshunjp

About

Learn a basic concept for using GraphQL in real-world cases


Languages

Language:JavaScript 88.4%Language:CSS 11.6%