Skip to content

This project was about learning GraphQL,and reviving my coding skills after the festive holidays.

Notifications You must be signed in to change notification settings

mpendulo-dev/learn-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Learning GraphQL


This project was about learning graphQL,and reviving my coding skills after the festive holidays.

Technologies Used


  • CSS
  • React
  • NodeJS
  • GraphQL
  • MongoDB
  • Express.JS
  • Apollo Server

Setup


For the server the project dependencies are:

  • cors
  • express
  • express-graphql
  • mongoose
  • nodemon
  • dotenv

For the client the project dependencies are:

  • apollo client
  • graphql
Steps

    Run server:

  • Step 1: Open terminal change directory (cd server)
  • Step 2: Install node modules (npm install)
  • Step 3: Run project(npm run dev)

    Run client

  • Step 1: using the terminal as well change directory (cd client)
  • Step 2: Install node modules (npm install)
  • Step 3: Run project(npm run dev)
  • Step 4: Go to localhost:3000 to see the project

About

This project was about learning GraphQL,and reviving my coding skills after the festive holidays.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published