Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages